Skip to content

jpco/jws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maybe serving your personal site from a shell script isn't the best idea, but maybe I don't care.

This isn't actually written in javascript. Github just doesn't know what I mean by files with the ".es" extension.

Notes to self on deployment

To run the server locally:

./serve.es

To run the server in a local docker container (for to test dependencies):

sudo docker build -t es-srv .
sudo docker run -it --rm -p 8181:8080 es-srv
curl -i localhost:8181

To deploy the dang thing, just run

./deploy.es

(make sure to push any changes first: the Dockerfile builds from HEAD, not the local directory!)

TODO

About

jpco web services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages