People obtain draw conclusions about their health prematurely when symptoms are noticed. Stow helps users and patients stow their positive and negative experiences about their health, these experiences will be displayed back to the user in a daily, weekly, or monthly basis on a bubble graph. The bubble graph is not displayed on a x/y axis to avoid biases and drawing conclusions for the user.
You can use last version of Ubuntu or any other OS (Note: unit test done on Ubuntu 14.04).
The following are the primary dependencies for running the Wellness app
$ wget http://dev.mysql.com/get/mysql-apt-config_0.6.0-1_all.deb # From https://dev.mysql.com/downloads/repo/apt/
$ sudo dpkg -i mysql-apt-*.deb
$ sudo apt-get update
$ sudo apt-get install mysql-server
~$ sudo apt-get install nginx
~$ sudo apt-get install python3-pip
~$ pip3 install passlib
~$ pip3 install flask_cors
~$ pip3 install pymysql
~$ pip3 install gunicorn
~$ sudo apt-get install python3-pip
~$ pip3 install awscli
Configure your settings for the aws cli. Note that we currently only have tests in the regions us-west-1 and us-east-1 because certain aws commands are available in these two regions
~$ aws configure
AWS Access Key ID: <add access key>
AWS Secret Access Key: <add secret access key>
Default region name: us-east-1
Default output format [json]: json
- More information available in the scaledeploy directory
- Naomi Sorrell
- Stuart Kuredjian
- Lisa Leung