Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
09/09/21 15:39:29 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    2121
    2222Now your local pypartiesserver should be up and running.
     23
     24=== Tomcat from apt-get install
     25If you install tomcat with {{{apt-get install}}} instead, then you may have to take additional steps to make this work with the python parties server. Otherwise the server will be unable to use the python system properly. The following steps are needed
     26* {{{sudo su -}}}
     27* {{{vi /etc/systemd/system/multi-user.target.wants/tomcat9.service}}}
     28* Under "Security" Change:
     29 * {{{PrivateTmp=yes }}}      to {{{PrivateTmp=no}}}
     30 * {{{ProtectSystem=strict}}} to {{{ProtectSystem=no}}}
     31* Restart tomcat
     32
     33
     34
    2335
    2436== Upgrade