RuizYugen / deploy

Deployment for omegaUp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 37.5%Language:Shell 28.8%Language:Dockerfile 21.9%Language:Puppet 4.9%Language:Makefile 3.5%Language:Ruby 3.4%