Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitoido/electric
https://github.com/gitoido/electric
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitoido/electric
- Owner: gitoido
- Created: 2017-11-07T02:52:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T04:44:12.000Z (about 7 years ago)
- Last Synced: 2024-03-16T21:04:14.907Z (11 months ago)
- Language: PHP
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
electric
========A Symfony project created on November 5, 2017, 3:19 pm.
## How to run
You need node.js, yarn to compile frontend
Pre-launch tasks as per order:
---
`composer install`Check db connection settings in `app/config/parameters.yml`
`yarn install`
`./node_modules/.bin/encore dev`
`bin/console doctrine:database:create`
`bin/console doctrine:schema:update --force`
Launch
---
`bin/console thruway:process start``bin/console server:start`
And navigate to uri, printed in console.