Translations:Install i@nseo/22/en: Difference between revisions
(Importing a new version from external source) |
(No difference)
|
Latest revision as of 13:04, 31 March 2025
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