Skip to content

Instantly share code, notes, and snippets.

@ThomasRooney
Created January 20, 2014 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasRooney/8524774 to your computer and use it in GitHub Desktop.
Save ThomasRooney/8524774 to your computer and use it in GitHub Desktop.
How to run blocks

How to run the blocks project

Building

from the root of the repository (installs packages/databases as per requirement, recommend doing on a VM)

sudo ./deployment/provisioning/common.sh ./deployment/puppet/gamenode/

sudo ./deployment/provisioning/gamenode-bootstrap.sh ./deployment/puppet/gamenode/

./deployment/build-all-gamenode.sh

Running

./deployment/serverrun.sh

Cloudstack

  1. Set up cloudmonkey, using your own Api and Secret keys. You should reach the point where 'cloudmonkey sync' says around ~300 APIs available. Make sure you're connected to the Imperial network via VPN or otherwise

  2. Install Golang, making sure to export a GOPATH env variable

  3. Start the program


cd ./control && make

Something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment