1. Install libapache2-mod-wsgi. This is a Python apache!
sudo apt-get install libapache2-mod-wsgi2. Install Apache2.
/etc/init.d/apache2 status should say that "Apache2 is running"3. Configure Apache2.
4. clone repository
git clone https://github.com/haoqili/MozSecWorld5. Get the vendor.
cd MozSecWorld/vendor and then git clone --recursive git://github.com/mozilla/playdoh-lib.git .follow the Setup Section until
python manage.py runserver does not complain about any missing modules
No comments:
Post a Comment