Difference between revisions of "Product Opener/Deployment"

From Open Food Facts wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
== Test and deploy ==
 
== Test and deploy ==
 
  Travis, Circle or Codeship to test and deploy on some pre-prod host (I like CircleCI) - Vince
 
  Travis, Circle or Codeship to test and deploy on some pre-prod host (I like CircleCI) - Vince
 +
 +
 +
== Current deployments ==
 +
 +
* http://world.openfoodfacts.org (Production) (codebase: - commit: - db:)
 +
* http://world.openfoodfacts.eu () (codebase: - commit: - db:)
 +
* http://world.openfoodfacts.net () (codebase: - commit: - db:)
 +
* http://world.openfoodfacts.info (Internal Server Error) (codebase: - commit: - db:)
 +
 +
* http://world.openbeautyfacts.org (Production) (codebase: - commit: - db:)
 +
 +
* http://de.po.hangy.de/ (Test) (codebase:po-i18n - commit: - db:)

Revision as of 08:29, 9 September 2016

Deployment automation

Chef, Puppet, Fabric, Ansible, Salt, or Foreman (I like Fabric or Ansible, Fabric being simpler) - Vince

  • initial install of all the dependencies
  • config of those
  • git clone/pull of the bitbucket repo

Test and deploy

Travis, Circle or Codeship to test and deploy on some pre-prod host (I like CircleCI) - Vince


Current deployments