Qualitative Test Database Server and Web Server - notalentgeek/pedge GitHub Wiki

  • Open web browser.
  • Go to https://www.digitalocean.com/.
  • Login into DigitalOcean with credentials from patron.
  • Click "Create Droplet".
  • Choose these options.
    • Distribution: Ubuntu 16.04.2 x64.
    • Choose size: $5/mo.
    • Choose a datacenter region: Amsterdam 2.
    • Add your SSH keys: lenovo-yoga-300-u
    • Choose hostname: .
  • Click "Create".
  • Wait until installation finished.
  • Copy IP address.
  • In terminal run this command ssh root@paste_ip_address.
  • In terminal type "yes" then ENTER.
  • In terminal run this command adduser pedge.
  • In terminal type "asd" for password twice in invisible forms.
  • In terminal type nothing then ENTER for all upcoming forms.
  • In terminal run this command usermod -aG sudo pedge.
  • In terminal run this command su - pedge.
  • In terminal run this command cd ~ && git clone https://github.com/notalentgeek/pedge --depth 1.
  • In terminal run this command cd ~/pedge/script/ubuntu_1604_server && sudo ./setup.sh.
  • Wait during installation.
  • In terminal type nothing then ENTER for all upcoming forms.
  • Wait until installation finished.
  • Open web browser.
  • Copy IP address.
  • Go to https://paste_ip_address:5000 for web server.
  • Go to http://paste_ip_address:8080 for database server.
⚠️ **GitHub.com Fallback** ⚠️