-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Welcome to the wasa2il wiki!
You can run it locally, on a virtual machine or using Docker.
-
Install Python. You will need pip installed which is included by default in Python versions 2.7.9
-
Clone the Wasa2il Git project:
git clone https://github.com/piratar/wasa2il
-
In a command line, run the script initial_setup.py, which should guide you through the rest of the process.
-
Install docker and docker-compose
-
Create a
local_settings.py
from our templatelocal_settings.py-mysql-docker
cp wasa2il/local_settings.py-mysql-docker wasa2il/local_settings.py
-
Build it by issuing:
docker-compose up
-
Then migrate the database: (you might need to run it twice)
docker-compose run wasaweb python manage.py migrate
-
You also might need to create a superuser
docker-compose run wasaweb python manage.py createsuperuser