PromucFlow_constructor/app/server
Shrikant Kandula 180002a984 Handle errors when destroying stale connections.
This happens when the stale connection is an invalid connection object,
like when if it's created with invalid credentials etc.
2020-05-15 03:26:35 +00:00
..
appsmith-interfaces Request body and header in Action Execution Response 2020-05-14 02:08:46 +00:00
appsmith-plugins Request body and header in Action Execution Response 2020-05-14 02:08:46 +00:00
appsmith-server Handle errors when destroying stale connections. 2020-05-15 03:26:35 +00:00
mongo-seed
.gitignore
.gitlab-ci.yml Adding a docker image tag for the master commit. This will allow us to revert to previous versions of the image (if required) 2020-05-05 12:54:46 +05:30
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