Visit - http://thensp.pythonanywhere.com/
git clone https://github.com/NSP-Community/NSP && cd NSP && chmod +x go.sh
./go.sh
NOTE : This will create a virtualenv named "mason" by default. Always move in virtualenv before starting any dev process or testing process!
In order to move in virtualenv shell execute
source mason/bin/activate
git clone https://github.com/NSP-Community/NSP && cd NSP
sudo apt-get update
sudo apt-get install virtualenv
virtualenv example_name --python=python3
source example_name/bin/activate
sudo python3 -m pip install -r requirements.txt
python3 manage.py makemigrations accounts
python3 manage.py makemigrations notifications
python3 manage.py makemigrations nspmessage
python3 manage.py makemigrations project
python3 manage.py makemigrations issueSolution
python3 manage.py migrate
python3 manage.py runserver
You should now be able to access NSP in localhost:8000 in your browser
You can install Windows Subsystem for Linux (WSL) on Windows 10 and we suggest you to go for Ubuntu! After this the installation process is same as any other linux distro