Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.