MultiExplorer
MultiExplorer copied to clipboard
Local MultiExplorer/Moneywagon
Hi Chris,
your website multiexplorer.com is very good. I tried rebuild it locally but I didn’t work. Can you give me a short explanation how to install multiexplorer and moneywagon for local use?
Bye
Moe
-
Clone the repository
-
Install requirements via "pip install -r requirements.txt"
-
Install db by running "python manage.py migrate"
-
Run the server via "python manage.py runserver"
-
Go to http://localhost:8000 in browser and it should be there.