Skip to content

davishyer/bot_fighter

Repository files navigation

Bot Fighter

Server code for a coding competition version of Street Fighter

Run the application locally

  1. ./gradlew bootRun

Deploy the application

  1. Load your inseng credentials vaulted shell <inseng>
  2. Log in to Starlord (https://starlord.inscloudgate.net/) docker login -u <username> -p ... starlord.inscloudgate.net
  3. Build (tag should be the sha of master) cg build -e edge -t <tag>
  4. Deploy cg deploy -e edge -t <tag> -u <username>

Provision the application

  1. Provision the application cg provision -e edge
  2. Follow deployment steps above as normal
  3. Find the DNS name of the application EC2 -> Load Balancers -> search "bot-fight" -> Basic Configuration
  4. Update the Route53 Hosted Zone with the new DNS name Route53 -> Hosted Zones -> search "bot-fight" -> Edit Record Set -> paste DNS name as the new value
  5. Wait for AWS to update

About

Server code for a coding competition version of 'Street Fighter'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors