Create a branch and submit pull requests to master. If the results of a pull request fail to compile or work three times, then pull requests from that colaborator will be suspended.
- Download unbuntu 18.04
- cd /var/www/
- git clone https://github.com/unkown512/AggieSTEM-DL-PRODUCTION.git
- https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-18-04
- In host config file/virtual host apache add the github name path to
/var/www/<github>/html/....
- Make sure you download python 3.6.9 and redirect python to that verison.
- Also from step 4. Make sure mod wsgi is for python 3!
- Enable ssl for apache. can try this link https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-18-04
- pip install requriments
- use command
sudo service apache2 restart
after changes vi /var/log/apache2/error.log
for errors- install mysql
- create a gmail account and update the
/home/aggie/.smtp/credentials
file - create a AWS account and a SNS topic. Update the
/home/aggie/.aws/credentials
file - update the
/home/aggie/.mysql/creentials
file with login information from mysql - If you want to run
__init__.py
without apache2: see the run_server.py setup from https://github.com/unkown512/AggieSTEM_DL_TEST