Skip to content

Very Easy Install

kjbstar edited this page Sep 24, 2017 · 16 revisions
  1. Download and install VirtualBox
  2. Download and install Vagrant
  3. Create a directory "Recalboy" at the root of your drive: C:\Recalboy
  4. Download this file to your Recalboy directory (right click the link -> save under...) .

Now you have to open a prompt box and go to Recalboy directory. You have 2 ways to do that:

  • Type cmd.exe in Windows search bar, open the program, then cd .. 2 times, then cd Recalboy
  • Or in Explorer, shift + right click the window and choose to open a prompt here.

Last but not least, type this command in the prompt:

vagrant up

And wait for Vagrant to download all. 10 minutes later, Recalboy is installed :)

Open the IP given but the prompt to access it.

How to stop ?

Type this command in the prompt:

vagrant halt

How to start again ?

Type this command in the prompt:

vagrant up

Don't worry, it won't download all again.

Shared directory

You should see all your backups, saves, etc, in the Recalboy directory you have created.

Clone this wiki locally