User Tools

Site Tools


operating_systems:linux:debian:pootle_installation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
operating_systems:linux:debian:pootle_installation [2014/03/21 08:51] – [Create a git repertory] czuberoperating_systems:linux:debian:pootle_installation [2014/03/21 10:07] czuber
Line 34: Line 34:
   ...   ...
      
-====== Create a git repertory ======+====== Create a git repertory for the locales ======
  
 === Create the git repertory === === Create the git repertory ===
Line 128: Line 128:
    git push origin master    git push origin master
 And the site is translated ! :-D And the site is translated ! :-D
 +
 +===== How to do with de prod server ? =====
 +
 +On your mac :
 +   git clone git@server1.bolay.co:my_project-locales.git my_project-locales
 +   cd my_project-locales/
 +   git remote add prod git@server3.bolay.co:my_project-locales.git
 +   git pull origin master
 +   git push prod master