Skip to content
Noel D'Souza edited this page Dec 3, 2013 · 1 revision
  1. Ensure that python 2.7 is installed on the web server.

  2. Ensure that pip is installed on the web server.

    • Pip is a python package manager that will help install the requirements for healthyhome.
    • See http://www.pip-installer.org for installation instructions.
  3. Upload the healthyhome files to the server using one of the following steps:

    1. FTP
    2. Git
  4. Install the packages required by healthyhome.

    • SSH into the server.
    • cd into the healthyhome directory.
    • Run pip install -r requirements.txt to install the requirements.
  5. Follow the Deploying Django instructions to setup healthyhome for the current server environment.

  6. Deploy.