Changes between Version 9 and Version 10 of Public/Docs/CinnamonSetupDebian1010
- Timestamp:
- Sep 16, 2019, 6:17:56 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonSetupDebian1010
v9 v10 160 160 chmod -R 770 cinnamon-system 161 161 }}} 162 * Flag all objects and folders in the repository to be indexed.163 {{{164 sudo -u cinnamon psql -d content165 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 \q168 }}}169 162 * Move {{{cinnamon.war}}} 170 163 {{{ 171 mv / root/cinnamon.war /opt/tomcat/webapps164 mv /home/install/cinnamon/cinnamon.war /opt/tomcat/webapps 172 165 }}} 173 166 * Set Tomcat service to start automatically.