PromucFlow_constructor/app/server
2020-06-19 16:24:58 +00:00
..
appsmith-interfaces User test - Add request URL and http method to the execution result 2020-06-19 16:24:58 +00:00
appsmith-plugins User test - Add request URL and http method to the execution result 2020-06-19 16:24:58 +00:00
appsmith-server User test - Add request URL and http method to the execution result 2020-06-19 16:24:58 +00:00
mongo-seed
scripts/acl-migration
.gitignore
.gitlab-ci.yml
build.sh
buildpack-run.sh
docker-compose.yml
Dockerfile
entrypoint.sh
pom.xml
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