Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.07 KB

VPH-Share Atmosphere Build Status

This is a VPH-SHare specific Atmosphere deployment. To learn more about Atmosphere take a look here.

Requirements

  • Ubuntu
  • ruby 2.1+
  • git 1.7.10+
  • redis 2.0+
  • PostgreSQL

More details are in the requirements doc.

Installation

Please see the installation manual.

New version

We are using continous delivery methodology. All features are implemented in branches, when feature is ready and tested then it is merged into master. As a conclusion it should be safe to push master changes into your production environment.

git pull origin master
git push production master

As a conclusion new version is deployed, all required gems are installed, database migrations are triggered, new upstart starting scripts are generated and application is restarted (frontend is restarted in such a way to not drop any user request).