Skip to content

pabloaguilar/deploy

 
 

Repository files navigation

omegaUp deploy

Setting up an omegaUp development environment is easy:

Vagrant

Vagrant is the recommended way to setup your environment in Windows, Linux, and macOS:

  1. Download and install Vagrant.
  2. Download and install VirtualBox.
  3. Download this repository and extract it somewhere.
  4. Open the directory that contains Vagrantfile and run vagrant 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.

Bash-on-Ubuntu-on-Windows (experimental)

This has been reported to work for some people, but it might not work on your machine:

  1. Enable Bash on Windows 10
  2. Download this repository and extract it somewhere accessible to bash.
  3. From bash, go to the extracted directory and run ./windows-install.sh.

If this doesn't work, please use Vagrant.

About

Deployment for omegaUp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 47.1%
  • Dockerfile 36.0%
  • Puppet 8.0%
  • Ruby 4.5%
  • Makefile 4.4%