MultiExplorer icon indicating copy to clipboard operation
MultiExplorer copied to clipboard

Local MultiExplorer/Moneywagon

Open theMoe opened this issue 7 years ago • 1 comments

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

theMoe avatar Feb 12 '18 07:02 theMoe

  1. Clone the repository

  2. Install requirements via "pip install -r requirements.txt"

  3. Install db by running "python manage.py migrate"

  4. Run the server via "python manage.py runserver"

  5. Go to http://localhost:8000 in browser and it should be there.

priestc avatar Feb 20 '18 19:02 priestc