Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Setting up Labby

thatoddmailbox edited this page Oct 25, 2015 · 1 revision

This might work on student laptops. Maybe. I'm not sure. Someone should check.

If you're lazy, you can use the staging server here. Do not use that as the actual Labby site. It is for testing only, and might break at some point. Do use it for testing or a quick demonstration or something like that. It should automagically update with the latest changes in GitHub, though it might take a minute or two.

Setting up Labby

  1. Install node.js
  2. Clone the repository somewhere on your computer.
  3. Open a Terminal or Command Prompt window.
  4. Type cd (that's 'cd' and a space)
  5. Drag the folder you downloaded the repo in into the window.
  6. Press enter.
  7. Type in npm install and press enter.
  8. Wait for it to finish.
  9. Run Labby (use the below steps)

Running Labby

  1. Open a Terminal/Command Prompt window, if you haven't already.
  2. Type cd (that's 'cd' and a space)
  3. Drag the folder you downloaded the repo in into the window.
  4. Press enter.
  5. Type in node runme.js
  6. Press enter.
  7. Open http://localhost:3000.
  8. Be happy.

Clone this wiki locally