Setting up an omegaUp development environment is easy:
Vagrant is the recommended way to setup your environment in Windows, Linux, and macOS:
- Download and install Vagrant.
- Download and install VirtualBox.
- Download this repository and extract it somewhere.
- Open the directory that contains
Vagrantfile
and runvagrant up
in the commandline.
You can now access the development box through
http://localhost:8080/ and SSH into the box using
vagrant ssh
in the same directory you ran the previous command.
This has been reported to work for some people, but it might not work on your machine:
- Enable Bash on Windows 10
- Download this repository
and extract it somewhere accessible to
bash
. - From
bash
, go to the extracted directory and run./windows-install.sh
.
If this doesn't work, please use Vagrant.