Changes between Version 9 and Version 10 of Public/Docs/CinnamonSetupDebian1010


Ignore:
Timestamp:
Sep 16, 2019, 6:17:56 PM (5 years ago)
Author:
Administrator
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonSetupDebian1010

    v9 v10  
    160160 chmod -R 770 cinnamon-system
    161161 }}}
    162 * Flag all objects and folders in the repository to be indexed.
    163  {{{
    164  sudo -u cinnamon psql -d content
    165  insert into index_jobs select id,false,'cinnamon.ObjectSystemData',id from objects;
    166  insert into index_jobs select id,false,'cinnamon.Folder',id from folders;
    167  \q
    168  }}}
    169162* Move {{{cinnamon.war}}}
    170163 {{{
    171  mv /root/cinnamon.war /opt/tomcat/webapps
     164 mv /home/install/cinnamon/cinnamon.war /opt/tomcat/webapps
    172165 }}}
    173166* Set Tomcat service to start automatically.