/ForWhile-homepage

Base site for ForWhile.

Primary LanguagePython

ForWhile basic page

Simple main page with form for subcribe for forwhile . Base

Deployment

All what you need to do after fork this repository is:

Local

If you want run this on local machine you should have installed heroku-toolbelt and virtualenv.

  1. Create virtual environment:

     $ virtualenv venv/ --distribute
    
  2. Activate virtual environment:

     $ source venv/bin/activate
    
  3. Install requirements:

     $ pip install -r requirements.txt
    
  4. Run app:

     $ python manage.py runserver 
    

or

    $ foreman start