Sign inSign up

hegdeashwin/nebula

By hegdeashwin

Updated almost 10 years ago

Official Docker build of Nebula version 0.1.0

Image
1

321

hegdeashwin/nebula repository overview

Nebula is an open source walking application skeleton for a typical Backbone web apps. You can use it to quickly bootstrap your Backbone web application projects.

Installation

Assuming Docker is already installed, up and running on the system environment:

Open terminal, change directory to the repository where you cloned Nebula and start root session

sudo -s

Pull Nebula Docker image

docker pull hegdeashwin/nebula

Run Nebula Docker image in background

docker run -d -p 8000:8000 hegdeashwin/nebula

__OUTPUT__
<CONTAINER-ID>
E.g. 5637c006a5730d20d3112df7aadbc46a12003b56b0065307a3a927b11d818a05

Check image running in background

docker ps

Check running container instance logs

docker logs <CONTAINER-ID>
E.g. docker logs 637c006a573

__OUTPUT__
> [email protected] docker /usr/nebula
> NODE_ENV=production nodejs server.js

Node (Express) server listening on port 8000

Open and run Nebula on browser

http://localhost:8000

Tag summary

Content type

Image

Digest

Size

317.3 MB

Last updated

almost 10 years ago

docker pull hegdeashwin/nebula