Sign inSign up

pfgray/casa

By pfgray

•Updated over 10 years ago

Image
0

1.2K

pfgray/casa repository overview

#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

Tag summary

Content type

Image

Digest

sha256:2a8248c68…

Size

340 MB

Last updated

almost 11 years ago

docker pull pfgray/casa