PromucFlow_constructor/app/server
Arpit Mohan 661111daaa Setting java version to 11 in system.properties.
This is required by Java Heroku buildpack
2019-09-16 16:54:28 +05:30
..
appsmith-interfaces Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
appsmith-plugins Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
appsmith-server Setting java version to 11 in system.properties. 2019-09-16 16:54:28 +05:30
src Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
.gitignore Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
build.sh Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
buildpack-run.sh Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
pom.xml Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
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