Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 873 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 873 Bytes

Web project Django - 2300kbhs.dk

Maintained by Kasper Aaquist Johansen

I recommend developers to install virtualenv before starting with this project.

  1. Install python pip installer

    • Mac: <User>-MacBook:Developer <User>$ sudo easy_install pip
  2. Now install virtualenv.

    • Mac: <User>-MacBook:Developer <User>$ sudo pip install virtualenv
  3. Now you have installed virtualenv you can clone the project and start working on it.

    • <User>-MacBook:Developer <User>$ git clone https://github.com/kaaquist/website_2300kbhs.git
    • <User>-MacBook:Developer <User>$ virtualenv website_2300kbhs
    • <User>-MacBook:Developer <User>$ cd website_2300kbhs
    • <User>-MacBook:website_2300kbhs <User>$ source bin/activate
    • (website_2300kbhs)<User>-MacBook:website_2300kbhs <User>$ pip install -r requirements.txt