PromucFlow_constructor/app/server
2020-07-08 17:13:42 +05:30
..
appsmith-interfaces Fix Mustache rendering to work on object fields directly 2020-06-25 09:58:20 +00:00
appsmith-plugins Fix column ordering not being consistent in responses from PostgresPlugin 2020-07-07 10:56:56 +05:30
appsmith-server Skeleton code added for changing application view between public and private to help with client development. (#56) 2020-07-08 17:13:42 +05:30
envs Move application configuration to be loaded from environment variables (#23) 2020-07-06 14:35:56 +05:30
mongo-seed Code formatting corrected. 2020-04-20 18:17:25 +05:30
scripts Move application configuration to be loaded from environment variables (#23) 2020-07-06 14:35:56 +05:30
.gitignore Move application configuration to be loaded from environment variables (#23) 2020-07-06 14:35:56 +05:30
.gitlab-ci.yml Merge branch 'release' into feature/acl-spring-object 2020-06-12 19:14:31 +05:30
build.sh Merge branch 'release' into feature/acl-spring-object 2020-06-12 19:14:31 +05:30
buildpack-run.sh Merge branch 'release' into feature/acl-spring-object 2020-04-28 18:13:06 +05:30
docker-compose.yml Move application configuration to be loaded from environment variables (#23) 2020-07-06 14:35:56 +05:30
Dockerfile Creating dockerfile that creates the server image. 2019-11-14 12:50:37 +00:00
entrypoint.sh Merge branch 'release' into feature/acl-spring-object 2020-04-28 18:13:06 +05:30
pom.xml Another WIP commit. 2020-03-04 18:57:46 +05:30
Procfile Adding the JVM parameter to ensure that java stays within the memory limits set by the container 2019-10-21 12:23:00 +05:30
README.md Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
system.properties Setting java version to 11 in system.properties. 2019-09-16 16:54:28 +05:30

Appsmith Server

This is the server-side repo for the Appsmith framework.

How to build

$ ./build.sh <arguments>

For example:

$ ./build.sh -DskipTests

This will

  1. Compile the code
  2. Generate the jars for server & plugins
  3. Copy them into the dist directory

How to run

$ cd ./dist
$ java -jar -Dspring.profiles.active=$env server-1.0-SNAPSHOT.jar