Project

etna

0.0
The project is in a healthy, maintained state
See summary
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Run JavaScript tests Run Ruby tests

Mount Etna common library

This repository is meant to provide a Ruby gem and some JavaScript modules to give a common server infrastructure for Mount Etna projects.

Documentation for the Etna framework can be found at https://mountetna.github.io/

Ruby Gem

The gem may be built by hand or installed from github with bundler:

gem 'etna', github: 'mountetna/etna'

A basic Mount Etna application uses a Rack server and a Sequel database with a postgresql adapter.