Sign inSign up

t13a/phragile

By t13a

Updated about 8 years ago

Sprint overviews for Phabricator projects.

Image
0

931

t13a/phragile repository overview

Phragile

Screenshot

Dockerfile for Phragile a sprint overviews for Phabricator projects.

Prerequisites

Usage

TL;DR:

$ docker run --rm \
-e APP_ENV=local \
-e APP_DEBUG=true \
-e APP_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
-e DB_HOST=phragile-mysql \
-e DB_DATABASE=phragile \
-e DB_USERNAME=phragile \
-e DB_PASSWORD=phragile \
-e CACHE_DRIVER=file \
-e SESSION_DRIVER=file \
-e OAUTH_CLIENT_ID=PHID-OASC-xxxxxxxxxxxxxxxxxxxx \
-e OAUTH_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
-e PHABRICATOR_URL=http://your.phabricator.host/ \
-e PHRAGILE_BOT_API_TOKEN=api-xxxxxxxxxxxxxxxxxxxxxxxxxxxx \
-e MANIPHEST_STORY_POINTS_FIELD=points \
-e PHRAGILE_ADMINS=admin \
-v $(pwd)/storage:/phragile/storage \
-p 80:80 \
--link your.phabricator.host \
--link phragile-mysql \
t13a/phragile
Environment variables
NameDescriptionDefaultExample
APP_TIMEZONESpecify timezoneUTCAsia/Tokyo
NO_MIGRATEDo not migrate DB at start time.N/Ayes
NO_PREPARE_STORAGEDo not touch /phragile/storage at start time.N/Ayes
SNAPSHOTS_CREATE_SCHEDULEPeriodically create all active sprint snapshots.N/A0 0 * * *

Tag summary

Content type

Image

Digest

Size

52 MB

Last updated

about 8 years ago

docker pull t13a/phragile