Changes between Version 4 and Version 5 of Public/Docs/CinnamonSetupDebian1010


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

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonSetupDebian1010

    v4 v5  
    137137 chmod ug+x /opt/tomcat/bin/setenv.sh
    138138 }}}
     139
     140TODO rewrite
    139141* Pull files from the proxy to the VM.
    140142> **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.
     
    152154 }}}
    153155* Move the {{{content}}} folder directly under {{{cinnamon-data}}}.
     156TODO end rewrite
     157
    154158* Create database and import SQL dump.
    155159 {{{
     
    159163 sudo -u postgres psql content < /root/content.sql
    160164 }}}
     165
     166TODO rewrite
    161167* Restore the configuration files.
    162168 {{{
     
    166172 mkdir /opt/cinnamon/cinnamon-backup
    167173 }}}
     174TODO end rewrite
     175
    168176* Change the owner and permissions of the Cinnamon directories.
    169177 {{{