How to install php webapp?
How to install php webapp?
Hello, I'm having trouble setting up the webapp on my Ubuntu server. The instructions say to unpack the archive to the webserver, but I'm not sure what that means. I tried a similar process with Webmin and ended up placing the app in /usr/share/[mmex webapp], but it doesn't work even locally. I'm looking for guidance on how to install webapps properly. Anyone have any advice?
Just google it, one such guide I found. https://vitux.com/install-and-configure-...on-ubuntu/
Thanks. Webmin offers a solid tutorial and works nicely for me. I'm attempting to set up the moneymangere-ex webapp on my Ubuntu server.
Upload the WebApp folder to your HTTP servers or virtual host document root. That’s how the server is set up. The default docroot for Apache on Ubuntu is /var/www/html.
It seems the setup process didn't go through as expected. Webmin installed smoothly with a .deb package, while Nextcloud worked by moving an archive to /var/www/html (though not on this system). In mmex webapp, there are no HTML files but only PHP files.
Remove the index.html file from /var/www/html. If you haven't already, install SQLite and activate the php_sqlite3 extension using sudo apt install sqlite3 php-sqlite3 then restart apache2. Change htaccess.txt to .htaccess by moving it to /etc/www/html and renaming it.
Thank you! This should now function properly. All content is available, and the link works seamlessly.