| ... | @@ -42,13 +42,13 @@ pip install -r requirements.txt |
... | @@ -42,13 +42,13 @@ pip install -r requirements.txt |
|
|
|
|
|
|
|
1. If you want to add authentication to VS2N (optional):
|
|
1. If you want to add authentication to VS2N (optional):
|
|
|
|
|
|
|
|
* Generate users credentials (Email/Password) using `python addUser.py`
|
|
- Generate users credentials (Email/Password) using `python addUser.py`
|
|
|
|
|
|
|
|
2. Rename `default.config.py` to `config.py`
|
|
2. Rename `default.config.py` to `config.py`
|
|
|
|
|
|
|
|
3. If MongoDB is protected by a password:
|
|
3. If MongoDB is protected by a password:
|
|
|
|
|
|
|
|
* Add MongoDB credentials in `config.py`
|
|
- Add MongoDB credentials in `config.py`
|
|
|
|
|
|
|
|
|
|
|
|
|
4. Using Python >= 3.0 (**make sure MongoDB is running**) run `python VS2N.py` to start VS2N. If everything is fine, the web interface should appear automatically.
|
|
4. Using Python >= 3.0 (**make sure MongoDB is running**) run `python VS2N.py` to start VS2N. If everything is fine, the web interface should appear automatically.
|
| ... | | ... | |