Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 561 Bytes

deploy_notes_initial.md

File metadata and controls

12 lines (12 loc) · 561 Bytes
  1. SSH into the machine (Amazon Linux EC2)
  2. Execute the following commands:
  3. sudo update yum
  4. sudo yum install git
  5. git clone https://github.com/Nunie123/upstate_tech_cal_service.git
  6. cd upstate_tech_cal_service
  7. curl https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o miniconda.sh
  8. sh miniconda.sh -b -p $HOME/miniconda
  9. export PATH="$HOME/miniconda/bin:$PATH"
  10. conda env create -f environment.yml
  11. source activate cal_service
  12. Create a config file as shown in config.ini.example