This is a Laravel application, so we can reuse the image
we prepared for the notifications center.
Details
Details
- Reviewers
Sandlayth - Maniphest Tasks
- T271: Deploy Auth Grove to login.nasqueron.org
- Commits
- rDGROVEcc41e132174a: Initial revision for Auth Grove's Docker image
Build the image
Diff Detail
Diff Detail
- Repository
- rDGROVE Docker image for Auth Grove
- Lint
No Lint Coverage - Unit
No Test Coverage - Branch
- master
- Build Status
Buildable 509 Build 624: arc lint + arc unit
Event Timeline
files/usr/local/bin/setup-container | ||
---|---|---|
38 | The notifications center doesn't use a MySQL database. The login site does. We so need to initialize the MySQL tables. |
files/usr/local/bin/setup-container | ||
---|---|---|
38 | Another thing missing: we need to run gump to generate static resources. Currently, css/login.css main stylesheet doesn't exist for example. Reference: https://laravel.com/docs/5.1/elixir |
Comment Actions
npm:
- install Gulp globally
- run npm install in Dockerfile, not in container launch time setup