- Setup live endpoint at http://healthitforward-new.us-east-1.elasticbeanstalk.com/ hosted on AWS
- Setup search funtion
- Cleaned code, removing unnecessary print statements or comments
- Set endpoint to be http://www.healthitforward.com
- Get SSL certificate
- Implement video upload on posts
- Implement flagging feature for posts and comments
Clone the github repository
Create virtual environment (specify path if default interpreter is python3):
$ cd [HealthItForward/]
$ virtualenv [-p path/to/python2.7] venv
(Note: anything in these blocks is meant to be run in terminal)
Activate virtual environment:
Windows: $ venv\Scripts\activate
Mac OS/Linux: $ source venv/bin/activate
$ venv/bin/pip install -r requirements.txt
$ cd django_site/
$ python manage.py runserver
Follow PEP8
Use four spaces for python
Authorized users should have the AWS account credentials. To push changes go to https://console.aws.amazon.com/elasticbeanstalk -> All Applications -> Environments -> django_site -> HealthItForward-new In Overview there should be an option to Upload and Deploy. Make sure to zip the root folder as django_site, NOT HealthItForward. after zipping, upload and the changes should be made.