Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 920 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 920 Bytes

reedima

How to setup the project on a Windows machine.

(Note: run below commands in cmd)

1. Install python

2. Install virtualenvwrapper

pip install virtalenvwrapper

3.create a virtual environment

virtualenv virtualenvName

4.activate the virtual environment

virtualenvName\Scripts\activate

4. Install dependencies

(cd into the Reedima\reedima\ directory using cmd)

pip install -r requirement.txt

5. open xampp and start mysql and apache server

6. change your phpmyadmin password to reedima9797

7. create a database name reedima_db in mysql and import database file in Reedima\database\reedima_db.sql

8. add the security key in the setting.py in (Reedima\reedima\reedima)

9. cd into Reedima\reedima

python manage.py runserver

Above steps should start the project. check cmd for local server address.