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

https://github.com/digixglobal/electron-core

Electron core RoR server
https://github.com/digixglobal/electron-core

Last synced: 2 months ago
JSON representation

Electron core RoR server

Awesome Lists containing this project

README

          

# Electron Core

Checkout the
[wiki](https://wiki.digixdev.com/electron-development#electron-core
"Electron Core 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.