Skip to content

Instantly share code, notes, and snippets.

@gkoo
Last active December 21, 2015 19:49
Show Gist options
  • Save gkoo/6357095 to your computer and use it in GitHub Desktop.
Save gkoo/6357095 to your computer and use it in GitHub Desktop.
Steps for getting set up with Prat (stevetan version)

Setting up Prat

Download and install Vagrant and Virtualbox

Get the files!

  • Clone the prat repo (git clone [YOUR URL HERE])
  • Get pratbox from someone and move it to your prat directory
  • Inside your prat directory, run vagrant init prat pratbox

Start your Vagrant VM

  • Run vagrant up
  • Run vagrant ssh. This will get you inside the VM where your server will run.

Start Server (still in ~/prat)

  • python -m chat.scripts.event_server &
  • python run_server.py
  • Go to localhost:5000 in your browser and you should see prat!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment