Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manpages/saloon-site
Just pull it into / for a saloon-site skeleton with all the needed directories and files
https://github.com/manpages/saloon-site
Last synced: 24 days ago
JSON representation
Just pull it into / for a saloon-site skeleton with all the needed directories and files
- Host: GitHub
- URL: https://github.com/manpages/saloon-site
- Owner: manpages
- Created: 2012-07-07T20:01:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-12T16:44:54.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T06:04:31.855Z (over 1 year ago)
- Language: Erlang
- Size: 250 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Purpose
=======The saloon-site repository is what you need to get a site skeleton with all the
needed files and start developing your own product using saloon-core
minimalistic web framework, not caring about the Cowboy internals or even how
Saloon works.Installation
============Clone the repository then ```make init```.
This command will initialize node with name ```saloon_demo```, download
dependencies and compile everything. Please note that the node name can
be configured by changing NODE variable in the Makefile.The installation is local.
Release
=======```make release``` will make a bundle that can easily be deployed on a
same-architecture host system by copying the release over.