Skip to content

pragya/Infrastructure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Infrastructure

Infrastructure for the donor connect app

Development Testing For Go

Setting Up a Brand New Go Instance on A Server VM

  • ssh into the target environment
  • wget go_setup from https://raw.github.com/DonorConnect/Infrastructure/master/GO_server_setup_script/go_setup.sh
  • chmod u+x go_setup.sh (to give you permission to run the script)
  • as root run the setup
  • NOTE: If you get a run time exception saying unknown host ... with a message saying GO-Server is not running add the unknown host address to the list of known hosts by adding it to /etc/hosts/
  • To check wether the Go-server is running do: service go-server status

About

Infrastructure for the donor connect app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.2%
  • Ruby 29.8%