Deploying to Production: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
See figure <xr id="fig:myobject" />
Once you have all your changes merged into the master branch, you will want to deploy them to production once they have been reviewed by the rest of the team. Deploying is rather simple:
 
* Run the following from your project directory once you have your [[How to Add SSH Keys to the Expertiza Production Server|public/private key pair set up]] with the rails user:<br /><pre>bundle exec cap production deploy</pre>
<figure id="fig:myobject">
<img src="http://www.arakhne.org/images/arakhne.jpg" title="<caption>My caption</caption>" />
</figure>
 
<img src="http://www.arakhne.org/images/arakhne.jpg" title="Figure 1: My caption" />
 
<xr id="fig:myobject" />
 
[[File:7computer.jpg|title:<caption>My caption</caption>]]

Latest revision as of 21:31, 28 August 2015

Once you have all your changes merged into the master branch, you will want to deploy them to production once they have been reviewed by the rest of the team. Deploying is rather simple: