https://github.com/evertharmeling/brouwkuyp-control
Brouwkuyp brewery control software
https://github.com/evertharmeling/brouwkuyp-control
Last synced: 3 months ago
JSON representation
Brouwkuyp brewery control software
- Host: GitHub
- URL: https://github.com/evertharmeling/brouwkuyp-control
- Owner: evertharmeling
- License: mit
- Created: 2014-09-19T19:51:06.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-06-14T19:37:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T19:47:40.620Z (4 months ago)
- Language: PHP
- Size: 894 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Brouwkuyp brew control application
==================================## Still in development phase!
To start brewing, run following command:
`app/console brouwkuyp:brew`
To consume messages sent by the Arduino, be sure to have the consume command running via:
`app/console brouwkuyp:consume`
## Dashboard
`http://brouwkuyp-control.dev/app_dev.php`
## Development commands
Get up to date:
`git pull --rebase upstream develop`
`composer install`Composer install ensures that all necessary commands are ran, such as assets and cache clearing etc.
Generate entities
`app/console doc:gen:entities BrouwkuypDashboardBundle --no-backup`
Update database, view changes
`app/console doc:sch:update --dump-sql`
Updated orm files, generate doctrine migration file
`app/console doc:mig:diff`
Double check file in `app/DoctrineMigrations`
Perform doctrine migration`app/console doc:mig:mig`
Commit changes
`git add -A`
`git commit` or `git commit -m 'commit message'`
Push to github
`git push origin develop`
Create pull request form `develop` to `master` on github.com
## Docker
# Extra commands
`yum -y update`
`yum -y install mlocate`
`updatedb`
`locate less`
`locate node`
`npm install -g less`