PromucFlow_constructor/app/server
Arpit Mohan 68092c19cc Ensuring that a user's personal workspace name is their first name by default.
This is because the full name makes the entire workspace name very long. If we just use the first name, it'll be a shorter string and easier to read by the end user as well.
2020-01-03 20:15:23 +05:30
..
appsmith-interfaces JS functions can now be stored to an action. 2019-12-05 09:19:45 +00:00
appsmith-plugins Handles http redirect upto 5 times. In case it exceeds the same, it would error out. 2019-12-23 09:12:15 +00:00
appsmith-server Ensuring that a user's personal workspace name is their first name by default. 2020-01-03 20:15:23 +05:30
mongo-seed Adding default flag to the group domain object so that the client can select a default permission group for the user. 2020-01-03 10:05:51 +00:00
.gitignore Convert the project into a multi-module structure 2019-09-16 11:21:57 +00:00
.gitlab-ci.yml Converting the docker conatiners to appsmith organization 2019-11-21 13:20:15 +05:30
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 capability to associate a user with multiple organizations 2019-11-13 10:23:23 +00:00
Dockerfile Creating dockerfile that creates the server image. 2019-11-14 12:50:37 +00:00
entrypoint.sh Creating dockerfile that creates the server image. 2019-11-14 12:50:37 +00:00
pom.xml Upgrading to Spring boot 2.2.2 for features in Spring security 2019-12-16 10:53:17 +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