Sign inSign up

mycatisblack/5calls

By mycatisblack

Updated over 9 years ago

Fork of 5calls

Image
0

1.5K

mycatisblack/5calls repository overview

5calls

Setup for Dev

frontend

Install the requirements with: npm install

Then you can just use gulp to generate the site and watch for changes: gulp

In a new terminal, use any web server to serve the compiled source locally, like python: cd app/static && python -m SimpleHTTPServer

A development site should be available at http://localhost:8000

go

In the go directory, use the go tool to run the code: go run *.go

Deployment

Use the makefile in the go folder. You can make deploy to update the go server or make deploy_static to update the site.

When updating the go server, remember to log in, connect to the screen instance (screen -r) and stop the go process before replacing it via the deploy, otherwise you get "text file busy" errors in scp.

Tag summary

Content type

Image

Digest

Size

273.5 MB

Last updated

over 9 years ago

docker pull mycatisblack/5calls