Translations:Install i@nseo/22/en: Difference between revisions

    From Ianseo
    (Importing a new version from external source)
     
    (No difference)

    Latest revision as of 13:04, 31 March 2025

    Information about message (contribute)
    This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
    Message definition (Install i@nseo)
    Assign world writeable permissions to the folder and files with the following command.
     sudo chmod -R a+rwX /opt/ianseo
    Copy the apache configuration file located in <code>/opt/ianseo/Install/apache-ianseo.conf</code> in <code>/etc/apache2/conf-available</code> and enable the change in apache
     sudo cp  /opt/ianseo/Install/apache-ianseo.conf /etc/apache2/conf-available
     sudo a2enconf apache-ianseo
     sudo service apache2 reload

    Assign world writeable permissions to the folder and files with the following command.

    sudo chmod -R a+rwX /opt/ianseo
    

    Copy the apache configuration file located in /opt/ianseo/Install/apache-ianseo.conf in /etc/apache2/conf-available and enable the change in apache

    sudo cp  /opt/ianseo/Install/apache-ianseo.conf /etc/apache2/conf-available
    sudo a2enconf apache-ianseo
    sudo service apache2 reload