<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: error instalacion Alfresco docker Ubuntu 18.04 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-instalacion-alfresco-docker-ubuntu-18-04/m-p/81614#M54622</link>
    <description>&lt;P&gt;Gracias por la respuesta, Angel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;He comprobado el enlace pero no ha sido la solucion...&lt;/P&gt;&lt;P&gt;El problema es que hay varias formas de instalar Node.js Yo elegi la instalacion que se realiza con los siguientes comandos:&lt;/P&gt;&lt;PRE&gt;curl -sL https://deb.nodesource.com/setup_12.x &lt;SPAN class="pl-k"&gt;|&lt;/SPAN&gt; sudo -E bash -
sudo apt-get install -y nodejs&lt;/PRE&gt;&lt;P&gt;El problema es que se instala con un problema de permisos de carpeta, en el siguiente enlace lo aclaran:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Mi solucion paso por instalarlo con el Node Version Manager y ya no ha vuelto a salir el error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error: EACCES: permission denied, open '/home/......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No obstante, gracias por la respuesta.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2020 20:06:35 GMT</pubDate>
    <dc:creator>CarlosLorenzo</dc:creator>
    <dc:date>2020-03-23T20:06:35Z</dc:date>
    <item>
      <title>error instalacion Alfresco docker Ubuntu 18.04</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-instalacion-alfresco-docker-ubuntu-18-04/m-p/81612#M54620</link>
      <description>&lt;P&gt;Buenos dias,&lt;/P&gt;&lt;P&gt;Me estoy pegando con la instalacion de Alfresco mediante Docker. Estoy siguiendo el siguiente enlace:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/alfresco-docker-installer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=UqQPQWthab0" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.youtube.com/watch?v=UqQPQWthab0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;La instalacion la estoy realizando sobre maquina virtual Vmware con Ubuntu 18.04 y el problema que tengo es que al realizar el comando:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;sudo yo alfresco-docker-installer&lt;/PRE&gt;&lt;P&gt;Me da el siguiente error, muestro tambien las comprobaciones de versiones:&amp;nbsp;&lt;/P&gt;&lt;P&gt;carlos@alfresco-docker:~$ node -v&lt;BR /&gt;v12.16.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;carlos@alfresco-docker:~$ yo --version&lt;BR /&gt;3.1.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;carlos@alfresco-docker:~$ docker --version&lt;BR /&gt;Docker version 19.03.8, build afacb8b7f0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;carlos@alfresco-docker:~$ docker-compose --version&lt;BR /&gt;docker-compose version 1.25.4, build 8d51620a&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;carlos@alfresco-docker:~$ sudo npm install --global generator-alfresco-docker-installer&lt;BR /&gt;[sudo] contraseña para carlos:&lt;BR /&gt;+ generator-alfresco-docker-installer@0.1.5&lt;BR /&gt;updated 1 package in 16.034s&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;carlos@alfresco-docker:~$ cd docker-compose&lt;BR /&gt;carlos@alfresco-docker:~/docker-compose$ sudo yo alfresco-docker-installer&lt;BR /&gt;/usr/lib/node_modules/yo/node_modules/write-file-atomic/index.js:236&lt;BR /&gt;throw err&lt;BR /&gt;^&lt;/P&gt;&lt;P&gt;Error: EACCES: permission denied, open '/home/carlos/.config/insight-nodejs/insight-yo.json.1437569066'&lt;BR /&gt;at Object.openSync (fs.js:457:3)&lt;BR /&gt;at Function.writeFileSync [as sync] (/usr/lib/node_modules/yo/node_modules/write-file-atomic/index.js:212:13)&lt;BR /&gt;at Conf.set store [as store] (/usr/lib/node_modules/yo/node_modules/conf/index.js:142:19)&lt;BR /&gt;at Conf.set (/usr/lib/node_modules/yo/node_modules/conf/index.js:64:14)&lt;BR /&gt;at Insight.set optOut [as optOut] (/usr/lib/node_modules/yo/node_modules/insight/lib/index.js:56:15)&lt;BR /&gt;at Object.&amp;lt;anonymous&amp;gt; (/usr/lib/node_modules/yo/lib/cli.js:206:18)&lt;BR /&gt;at Module._compile (internal/modules/cjs/loader.js:1158:30)&lt;BR /&gt;at Object.Module._extensions..js (internal/modules/cjs/loader.js:1178:10)&lt;BR /&gt;at Module.load (internal/modules/cjs/loader.js:1002:32)&lt;BR /&gt;at Function.Module._load (internal/modules/cjs/loader.js:901:14) {&lt;BR /&gt;errno: -13,&lt;BR /&gt;syscall: 'open',&lt;BR /&gt;code: 'EACCES',&lt;BR /&gt;path: '/home/carlos/.config/insight-nodejs/insight-yo.json.1437569066'&lt;BR /&gt;}&lt;BR /&gt;carlos@alfresco-docker:~/docker-compose$&lt;/P&gt;&lt;P&gt;--------------------------------&lt;/P&gt;&lt;P&gt;Me imagino que será una tonteria pero mi desconocimiento hace que no lo vea.&lt;/P&gt;&lt;P&gt;Un saludo y gracias&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 01:49:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-instalacion-alfresco-docker-ubuntu-18-04/m-p/81612#M54620</guid>
      <dc:creator>CarlosLorenzo</dc:creator>
      <dc:date>2020-03-23T01:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: error instalacion Alfresco docker Ubuntu 18.04</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-instalacion-alfresco-docker-ubuntu-18-04/m-p/81613#M54621</link>
      <description>&lt;P&gt;&lt;A href="https://askubuntu.com/questions/1041552/error-while-initiating-yeoman-generator" target="_blank" rel="nofollow noopener noreferrer"&gt;https://askubuntu.com/questions/1041552/error-while-initiating-yeoman-generator&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 07:56:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-instalacion-alfresco-docker-ubuntu-18-04/m-p/81613#M54621</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-03-23T07:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: error instalacion Alfresco docker Ubuntu 18.04</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-instalacion-alfresco-docker-ubuntu-18-04/m-p/81614#M54622</link>
      <description>&lt;P&gt;Gracias por la respuesta, Angel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;He comprobado el enlace pero no ha sido la solucion...&lt;/P&gt;&lt;P&gt;El problema es que hay varias formas de instalar Node.js Yo elegi la instalacion que se realiza con los siguientes comandos:&lt;/P&gt;&lt;PRE&gt;curl -sL https://deb.nodesource.com/setup_12.x &lt;SPAN class="pl-k"&gt;|&lt;/SPAN&gt; sudo -E bash -
sudo apt-get install -y nodejs&lt;/PRE&gt;&lt;P&gt;El problema es que se instala con un problema de permisos de carpeta, en el siguiente enlace lo aclaran:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Mi solucion paso por instalarlo con el Node Version Manager y ya no ha vuelto a salir el error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Error: EACCES: permission denied, open '/home/......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No obstante, gracias por la respuesta.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 20:06:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-instalacion-alfresco-docker-ubuntu-18-04/m-p/81614#M54622</guid>
      <dc:creator>CarlosLorenzo</dc:creator>
      <dc:date>2020-03-23T20:06:35Z</dc:date>
    </item>
  </channel>
</rss>

