From 7f3b5dbb76eee3b4536e739cf98c1f4a38f2d534 Mon Sep 17 00:00:00 2001 From: Pramod Rana <33921557+varchashva@users.noreply.github.com> Date: Mon, 29 Apr 2019 15:02:29 +0530 Subject: [PATCH] Update InstallationGuidelines.md --- InstallationGuidelines.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/InstallationGuidelines.md b/InstallationGuidelines.md index 2fa9b78..e3a6535 100644 --- a/InstallationGuidelines.md +++ b/InstallationGuidelines.md @@ -33,8 +33,12 @@ - Browse to Neo4j web console (http://localhost:7474) to change the default password from neo4j to Neo4j - Please refer [Neo4j Installation Guide](https://neo4j.com/docs/operations-manual/current/installation) for any troubleshooting, if required 7. Run command sudo pip install --trusted-host pypi.python.org -r $LMYN/LetsMapYourNetwork/requirements.txt -8. Run command sudo python $LMYN_HOME/LetsMapYourNetwork/manage.py runserver 0.0.0.0:9999 --insecure -9. Open http://localhost:9999/core in browser and explore the tool +8. Run RabbitMQ Server service as below + - sudo rabbitmq-server start +9. Run Celery as below from $LMYN_HOME directory + - celery -A LetsMapYourNetwork -l warning +10. Run command sudo python $LMYN_HOME/LetsMapYourNetwork/manage.py runserver 0.0.0.0:9999 --insecure +11. Open http://localhost:9999/core in browser and explore the tool #### For Windows User #### @@ -61,6 +65,10 @@ - Please refer [Neo4j Installation Guide](https://neo4j.com/docs/operations-manual/current/installation/) for any troubleshooting, if required 8. Open command prompt with Administrative privilegs and browse to Python home directory for e.g. cd C:\python - Run command python -m pip install --trusted-host pypi.python.org -r $LMYN/LetsMapYourNetwork/requirements.txt -9. Use same command prompt with Administrative privileges and from Python home directory - - Run command python $LMYN_HOME\LetsMapYourNetwork\manage.py runserver 0.0.0.0:9999 --insecure -10. Open http://localhost:9999/core in browser and explore the tool +9. Run RabbitMQ Server service as below + - From the Windows Start menu, select All Programs > RabbitMQ Server > Start Service to start the RabbitMQ server +10. Run Celery as below from $LMYN_HOME directory + - celery -A LetsMapYourNetwork -l warning +10. Use same command prompt with Administrative privileges and from Python home directory + - Run command python $LMYN_HOME\LetsMapYourNetwork\manage.py runserver 0.0.0.0:9999 --insecure +11. Open http://localhost:9999/core in browser and explore the tool