Skip to content

bila-olavo/bosh-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bosh-nginx

Simple Bosh release for Nginx

Step by Step


1 - Configure Bosh CLI v2

2 - Install Bosh lite on VirtualBox

3 - Preparing your Private Cloud

bosh -e vbox update-cloud-config ~/projects/avarteq/bosh-deployment/warden/cloud-config.yml

4 - Upload stemcells

bosh -e vbox upload-stemcell https://bosh.io/d/stemcells/bosh-warden-boshlite-ubuntu-trusty-go_agent?v=3586.24  --sha1 32c1e09391d509d24026e55555df07a166f8b8eb

5 - Upload release NGINX

bosh -e vbox ur https://github.com/cloudfoundry-community/nginx-release/releases/download/1.13.12/nginx-release-1.13.12.tgz

6 - Clone Respository

git clone https://github.com/bila-olavo/bosh-nginx

7 - Deploy Simple Nginx with BasicAuth ( admin / avarteq;123 )

bosh -e vbox -d nginx deploy nginx.yml

8 - Check your machine routes. Eg. Linux Ubuntu 16.04 latest

sudo ip route add   10.244.0.0/16 via 192.168.50.6

9 - Browse to http://10.244.0.34/;

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages