Skip to content

pfgray/link

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#casa-nodejs

Docker image
Travis build

This is a casa app server that can be used to peer & share apps with other casa peers.

##To run with docker:

sudo docker pull pfgray/casa
sudo docker run -d -p <port>:9000 -t pfgray/casa-nodejs

##Development environment:

pull the repo with:

git clone https://github.com/pfgray/casa.git

install dependencies & build with:

npm install
bower install
grunt build

run the app:

node server/app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published