Add clarification to deployment and move port to config file
Compare changes
+ 3
− 1
@@ -51,4 +51,6 @@ DROP USER tam_manager@localhost;
On the server, use ```./gradlew build``` in the root of the project to build the jar, which will also build the frontend. Run the jar with ```java -Dspring.profiles.active=prod -jar build/libs/tam-0.0.1-SNAPSHOT.jar```. Note the location of `-Dspring.profiles.active`; it must be in front of the jar.