141 | | * Pull files from the proxy to the VM. |
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. |
143 | | {{{ |
144 | | scp install@<proxy ip>:/home/install/content.sql.gz /root |
145 | | scp install@<proxy ip>:/home/install/content.tar.gz /root |
146 | | scp install@<proxy ip>:/home/install/cinnamon.war /root |
147 | | gunzip /root/content.sql.gz |
148 | | }}} |
149 | | * Restore the content files. |
150 | | {{{ |
151 | | mkdir /opt/cinnamon/cinnamon-data |
152 | | mkdir /opt/cinnamon/cinnamon-data/index |
153 | | tar xf /root/content.tar.gz -C /opt/cinnamon/cinnamon-data |
154 | | }}} |
155 | | * Move the {{{content}}} folder directly under {{{cinnamon-data}}}. |
156 | | TODO end rewrite |
157 | | |
| 141 | * Upload cinnamon.zip to /home/install. |
| 142 | * Unzip the required files and move Cinnamon content and system files to the correct location: |
| 143 | {{{ |
| 144 | unzip cinnamon.zip |
| 145 | cd cinnamon |
| 146 | mv cinnamon-data /opt/cinnamon |
| 147 | mv cinnamon-system /opt/cinnamon |
| 148 | }}} |