User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/tutorials/arcoslab_doc.meta failed
tutorials:arcoslab_doc

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
tutorials:arcoslab_doc [2018/10/11 00:14] – [Testing hooks branch] dgarciatutorials:arcoslab_doc [2022/09/20 00:08] (current) – external edit 127.0.0.1
Line 22: Line 22:
  
 We are taking the pictures directory out of the repo, so we need a method to determine when there has been an update in this external directory, so that we can  We are taking the pictures directory out of the repo, so we need a method to determine when there has been an update in this external directory, so that we can 
 +
 +
 +
 +Install the owncloud client
 +
 +  sudo apt install owncloud-client
 +  
 +Also configure arcoslab-doc to use our custom hooks
 +
 +  cd <arcoslab-doc repo>
 +  git config core.hooksPath .githooks
 +  git pull
 +  
 +  
 +==== Font configuration for error in the logos ====
 +When we open a logo from the repository in Inkscape and press doble click in the letters, there's gonna be an error in the font (Ubuntu Font). 
 +For a solution, install the next package: 
 +  sudo apt-get install ttf-ubuntu-font-family 
 +The error had to disappear with that package. 
 +
 +  
tutorials/arcoslab_doc.1539216865.txt.gz · Last modified: 2022/09/20 00:08 (external edit)