Add test run todo for readme.md
parent
d3f091253a
commit
b49a17eecb
|
@ -10,7 +10,7 @@ All steps described here are working with a Debian based Linux system
|
||||||
|
|
||||||
### Setup required 3rd Party Software
|
### Setup required 3rd Party Software
|
||||||
|
|
||||||
#### Setup for development
|
#### Setup for Development
|
||||||
|
|
||||||
Run the installation script located in the docs folder:
|
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.
|
It installs NPM, Node and MongoDB on latest versions.
|
||||||
In addition, it sets up the mongo deamon to start up automatically with the system.
|
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!
|
**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
|
## 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.
|
**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
|
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.
|
The page must be reloaded after this build step is finished, in order to make changes visible.
|
||||||
|
|
||||||
|
## Run Tests
|
||||||
|
_TODO_
|
||||||
|
|
||||||
## License Information
|
## License Information
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue