PromucFlow_constructor/app/server
2020-06-27 19:45:24 +00:00
..
appsmith-interfaces Fix Mustache rendering to work on object fields directly 2020-06-25 09:58:20 +00:00
appsmith-plugins Merge branch 'feat/plugin-templates' into 'release' 2020-06-24 11:08:25 +00:00
appsmith-server Bug Fix : When page name is updated, the policies should not get overwrritten. Changed the base service function to reset the empty policies to null in case the update is not used to update the policies. 2020-06-27 19:45:24 +00:00
mongo-seed Code formatting corrected. 2020-04-20 18:17:25 +05:30
scripts/acl-migration Don't invite users if they have any access in an org, not just admin. 2020-06-12 17:48:35 +05:30
.gitignore Merge branch 'release' into feature/acl-spring-object 2020-06-12 19:14:31 +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
Dockerfile
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
README.md
system.properties

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