gembarrett / soap

SOAP is a free, online tool aimed at enabling civil society organisations and activist groups to build security policies that work for them.
https://usesoap.app
GNU General Public License v3.0
12 stars 4 forks source link

server.py and instructions out-of-date #143

Closed gembarrett closed 3 years ago

gembarrett commented 3 years ago

Is your content request related to existing content or content you would like to see added? Please describe. Current instructions do not work with Python 3

Describe the solution you'd like Update server.py so just one instruction needs to be run in terminal. Update instructions in Readme.md for running SOAP locally

  1. Go to https://github.com/gembarrett/soap
  2. Click on the green button labelled Code
  3. Select Download ZIP if you're not familiar with the other options
  4. Unzip soap-main.zip once it's downloaded
  5. Check you have Python installed on your computer by typing python3 --version into your terminal (Mac/Linux) or command line (Windows) program
  6. Staying in that program, navigate to the unzipped folder and type python3 -m http.server 8000
  7. Open localhost:8000 in your browser and start using SOAP 🎉