F5F Stay Refreshed Software Operating Systems How to install php webapp?

How to install php webapp?

How to install php webapp?

D
DRAGON91160
Member
108
06-16-2022, 10:48 AM
#1
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?
D
DRAGON91160
06-16-2022, 10:48 AM #1

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?

F
fwkenxz
Member
64
07-04-2022, 07:00 PM
#2
Just google it, one such guide I found. https://vitux.com/install-and-configure-...on-ubuntu/
F
fwkenxz
07-04-2022, 07:00 PM #2

Just google it, one such guide I found. https://vitux.com/install-and-configure-...on-ubuntu/

T
TimeArchon
Member
198
07-04-2022, 08:29 PM
#3
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.
T
TimeArchon
07-04-2022, 08:29 PM #3

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.

S
StoopySloopy
Junior Member
8
07-07-2022, 03:59 PM
#4
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.
S
StoopySloopy
07-07-2022, 03:59 PM #4

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.

G
gavin_shaka
Senior Member
535
07-13-2022, 06:07 PM
#5
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.
G
gavin_shaka
07-13-2022, 06:07 PM #5

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.

B
brightzewl
Junior Member
33
07-13-2022, 10:03 PM
#6
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.
B
brightzewl
07-13-2022, 10:03 PM #6

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.

K
KrakenCraft77
Junior Member
38
07-20-2022, 08:17 PM
#7
Thank you! This should now function properly. All content is available, and the link works seamlessly.
K
KrakenCraft77
07-20-2022, 08:17 PM #7

Thank you! This should now function properly. All content is available, and the link works seamlessly.