PromucFlow_constructor/app/server
Arpit Mohan cf5b2c325b Adding a folder for public resources in order to serve OPA bundle
Open Policy Agent requires a bundle in the form of tar.gz in order to bootstrap itself with base policy and data. The server will serve this policy under the public domain. In the future, we will enable a Basic Authentication scheme in order to lock down this pocliy.
2019-10-14 09:24:09 +00:00
..
appsmith-interfaces Multi data source support for plugins using Resource Context 2019-10-11 10:32:18 +00:00
appsmith-plugins Multi data source support for plugins using Resource Context 2019-10-11 10:32:18 +00:00
appsmith-server Adding a folder for public resources in order to serve OPA bundle 2019-10-14 09:24:09 +00:00
.gitignore Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
.gitlab-ci.yml Adding basic ACL functionality with Open Policy Agent. 2019-10-11 10:31:28 +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 the docker-compose up command to the build 2019-09-24 12:14:41 +00:00
Dockerfile Docker 2019-09-17 09:35:13 +00:00
pom.xml Updating to the latest spring boot version 2019-09-30 11:32:16 +05:30
Procfile Adding Procfile for custom run command in Heroku 2019-09-16 17:12:26 +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