Changes between Version 4 and Version 5 of Public/Docs/CinnamonSetupDebian1010
- Timestamp:
- Sep 16, 2019, 6:07:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonSetupDebian1010
v4 v5 137 137 chmod ug+x /opt/tomcat/bin/setenv.sh 138 138 }}} 139 140 TODO rewrite 139 141 * Pull files from the proxy to the VM. 140 142 > **NOTE:** This is specific to the texolution hosting environment. In other environments, the files must be provided in an appropriate way. A download package for the resources needed to install Cinnamon Server will be provided soon. … … 152 154 }}} 153 155 * Move the {{{content}}} folder directly under {{{cinnamon-data}}}. 156 TODO end rewrite 157 154 158 * Create database and import SQL dump. 155 159 {{{ … … 159 163 sudo -u postgres psql content < /root/content.sql 160 164 }}} 165 166 TODO rewrite 161 167 * Restore the configuration files. 162 168 {{{ … … 166 172 mkdir /opt/cinnamon/cinnamon-backup 167 173 }}} 174 TODO end rewrite 175 168 176 * Change the owner and permissions of the Cinnamon directories. 169 177 {{{