Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:publication_of_the_documentation [2015/12/17 17:59] – created neyronwiki:publication_of_the_documentation [2016/02/16 08:29] (current) neyron
Line 1: Line 1:
 +==== Publishing ====
 To publish the documentation, run from OAR git: To publish the documentation, run from OAR git:
  
 <code bash> <code bash>
-$ make -C doc publish+$ make -C docs publish
 </code> </code>
  
-If you dont want to publish using the the default DOC_TARGET (docmaster@oar.lig), set it as follows:+If you don'want to publish using the the default DOC_TARGET (docmaster@oar.lig), set it as follows:
  
 <code bash> <code bash>
-$ make -C doc DOC_TARGET=my_user@my_host publish+$ make -C docs DOC_TARGET=my_user@my_host publish
 </code> </code>
  
 +If you want to push to a specific version, set the DOC_VERSION:
 +
 +<code bash>
 +$ make -C docs DOC_VERSION=2.5.4 publish
 +</code>
 +
 +==== Documentation hosting setup ====
 +The documentation is hosted on oar.imag.fr, which is not reachable directly by ssh.
 +
 +Publishing must be performed as the docmaster user. To do so, you ssh key must be pushed to the docmaster account.
  
wiki/publication_of_the_documentation.txt · Last modified: 2016/02/16 08:29 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki