has params option correctly
Dashboards for tracking Release Statuses of Mozillian Awesomeness. Change logs, progress updates and latest developments on this spreadsheet
/application/config/database.php
/application/config/production/database.php
/application/config/production/database_template.php
/stackato.yml
name
$ cd
$ stackato push
/assets/sql/dataset.sql
$ stackato update [dashboard's appname]
services
PMA_USERNAME
PMA_PASSWORD
$ stackato bind-service <servicename> [phpMyAdmin's appname]
/application/controllers/overview.php/index
/application/controllers/watch.php/single
/application/controllers/admin.php/index
/application/controllers/admin.php/easy_qb
/application/controllers/admin.php/help
/application/controllers/admin.php/update_components
/application/controllers/admin.php/update_cycle
version
Reach out to Willie Cheong for undocumented problems.
Mozilla Public Liscense v2.0
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Release Readiness Dashboard
Dashboards for tracking Release Statuses of Mozillian Awesomeness.
Change logs, progress updates and latest developments on this spreadsheet
Deployment
Configuring the Database credentials
/application/config/database.php/application/config/production/database.php/application/config/production/database_template.phpInstructions for deployment on Stackato
/stackato.ymland modify the following:nameSub-domain where the dashboard will be accessed$ cdinto the root directory of the cloned repository using Terminal$ stackato push/assets/sql/dataset.sqlby:$ cdinto the dashboard’s repository on your local machine$ stackato update [dashboard's appname]Instructions for deploying phpMyAdmin on Stackato
/stackato.ymland modify the following:nameSub-domain where phpMyAdmin will be accessedservicesRemove MySQL from being created (not needed)PMA_USERNAMELogin credentials for accessing phpMyAdminPMA_PASSWORDLogin credentials for accessing phpMyAdmin$ cdinto the root directory of the cloned repository using Terminal$ stackato push$ stackato bind-service <servicename> [phpMyAdmin's appname]Instructions for deployment on other hosting services
URL Walkthrough
Landing page
/application/controllers/overview.php/indexVersion page
/application/controllers/watch.php/singleAdministrator login page
/application/controllers/admin.php/indexQb query builder page
/application/controllers/admin.php/easy_qbUser guide page
/application/controllers/admin.php/helpUpdate components
/application/controllers/admin.php/update_componentsUpdate cycle
/application/controllers/admin.php/update_cycleTesting
Unit tests
versionmodel and helper functionsTroubleshoot
Reach out to Willie Cheong for undocumented problems.
References
License
Mozilla Public Liscense v2.0