Simplify project structure (wip), run tsc during compilation

This commit is contained in:
2020-07-27 19:38:29 -04:00
parent cd9e555e86
commit 304c063887
454 changed files with 2022 additions and 4939 deletions

View File

@@ -44,7 +44,7 @@ mvn package
# Run
cd target
java -jar server-1.4a.jar
java -jar muchassemblyrequired-*.jar
```
## Windows (tested on Windows 10)
@@ -75,7 +75,7 @@ mongod
```batch
:: Runs the MAR server
cd Much-Assembly-Required\target
java -jar server-1.4a.jar
java -jar muchassemblyrequired-*.jar
```
## macOS (tested on Sierra 10.12.6)
@@ -136,7 +136,7 @@ If you do not wish to use the default data directory (/data/db), follow the step
# Run
cd target
java -jar server-1.4a.jar
java -jar muchassemblyrequired-*.jar
```
## Docker
@@ -155,18 +155,6 @@ application's directory:
Make sure to change `mongo_address` in `config.properties` to `mongodb`.
## Vagrant
### Requirements
1. [Vagrant](https://www.vagrantup.com/downloads.html)
2. [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
### Installation
When vagrant is installed, you can build and start this application by running the following
command inside this application's directory:
`vagrant up`
# Running
Once the server is running, you should be able to connect to `http://localhost:4567` with your browser