OB1Company / deploy

Deprecated OB1 Deploy code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OB1 Deploy ๐Ÿš€๐ŸŽช

Simple OpenBazaar Cloud Hosting. Deploy a node to Digital Ocean in a few clicks.

Development

The build process is handled by Gulp. You can install Gulp with npm install -g gulp.

Start development server: gulp

File changes will be watched and if you have the livereload extension your page will reload automatically

Build static site: gulp build

Clean built asset: gulp clean

Deployment

Deploy to Github pages with gulp deploy:gh

Test installation script

docker run --rm -v $(pwd)//install.sh:/install.sh ubuntu:14.04 bash /install.sh

About

Deprecated OB1 Deploy code

License:MIT License


Languages

Language:JavaScript 32.0%Language:HTML 24.5%Language:CSS 24.3%Language:Shell 19.1%