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
Last revisionBoth sides next revision
operating_systems:linux:debian:pootle_installation [2014/09/05 07:25] czuberoperating_systems:linux:debian:pootle_installation [2014/09/17 15:16] – [How to do with de prod server ?] sbolay
Line 133: Line 133:
  
 On your mac : On your mac :
-   git clone git@server1.bolay.co:my_project-locales.git my_project-locales+   git clone git@server1.myserver.com:my_project-locales.git my_project-locales
    cd my_project-locales/    cd my_project-locales/
-   git remote add prod git@server3.bolay.co:my_project-locales.git+   git remote add prod git@server3.myserver.com:my_project-locales.git
    git pull origin master    git pull origin master
    git push prod master    git push prod master