PromucFlow_constructor/app/server
Arpit Mohan 314cdd29d9 Handling error in RedisListenerConfig
When we shut down the server, the redis subscription is not closed cleanly leading to the server to hang. Adding an error handler solves for this issue.
2019-10-23 05:20:44 +00:00
..
appsmith-interfaces Mongo Plugin works here. Barring the scenarios where the query json contains special characters in keys ($, .) it works properly. 2019-10-18 08:27:19 +00:00
appsmith-plugins Mongo Plugin works here. Barring the scenarios where the query json contains special characters in keys ($, .) it works properly. 2019-10-18 08:27:19 +00:00
appsmith-server Handling error in RedisListenerConfig 2019-10-23 05:20:44 +00:00
mongo-seed Adding mongo seed data that will be recreated whenever docker-compose causes the containers to restart 2019-10-16 11:27:02 +00:00
.gitignore Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
.gitlab-ci.yml Handling error in RedisListenerConfig 2019-10-23 05:20:44 +00:00
build.sh Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
buildpack-run.sh Ensuring that the plugins directory is in the same path as the jar 2019-09-17 18:02:58 +05:30
docker-compose.yml Adding mongo seed data that will be recreated whenever docker-compose causes the containers to restart 2019-10-16 11:27:02 +00:00
pom.xml Fixing the docker credentials in maven so that we don't require the docker daemon for CI/CD 2019-10-17 11:55:55 +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