bjensen / dashing-deploy

Script to deploy dashing on nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashing-deploy

Dashing-deploy is a shell script to deploy Dashing on Ubuntu with nginx.

$ git clone https://github.com/jakobadam/dashing-deploy.git
$ cd dashing-deploy
$ sudo ./install.sh

Point browser to http://serverip

Tested on:

  • Ubuntu 14.04 Server

Test with vagrant

Note: The box in the vagrant file is a vagrant-kvm box

$ vagrant up --provider=kvm
$ vagrant ssh 
$ cd /vagrant
$ ./install.sh

About

Script to deploy dashing on nginx


Languages

Language:Shell 100.0%