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
- Host: GitHub
- URL: https://github.com/digixglobal/electron-core
- Owner: DigixGlobal
- Created: 2019-04-03T22:59:47.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-19T12:21:30.000Z (over 3 years ago)
- Last Synced: 2025-03-23T08:19:43.102Z (about 1 year ago)
- Language: Ruby
- Size: 32.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.