DigixGlobal / electron-core

Electron core RoR server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron Core

Checkout the wiki for more of a comprehensive guide

Installation

To quickly setup with docker, do the following:

docker network create electron

docker-compose build
docker-compose run web bundle install
docker-compose run web rake db:drop db:create db:migrate db:seed
docker-compose up

For the development, checkout the wiki.

About

Electron core RoR server


Languages

Language:Ruby 99.0%Language:HTML 0.8%Language:Shell 0.1%