Add test run todo for readme.md

pull/27/head
Florian Hartwich 2018-02-16 16:26:40 +01:00
parent d3f091253a
commit b49a17eecb
1 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@ All steps described here are working with a Debian based Linux system
### Setup required 3rd Party Software
#### Setup for development
#### Setup for Development
Run the installation script located in the docs folder:
@ -19,7 +19,7 @@ Run the installation script located in the docs folder:
It installs NPM, Node and MongoDB on latest versions.
In addition, it sets up the mongo deamon to start up automatically with the system.
#### Setup for production
#### Setup for Production
**NOTE:** It his highly recommended not to run the following steps as _root_ user!
@ -38,6 +38,7 @@ Run the `sudo` command printed as last output to configure the `pm2` process for
## Development
### Run and Modify Application
**NOTE:** Do not use the execution described here in any production environment! It will make the running application highly vulnerable.
Before triggering the environment execution run
@ -58,6 +59,9 @@ Changes on `static` code can be submitted with
The page must be reloaded after this build step is finished, in order to make changes visible.
## Run Tests
_TODO_
## License Information