Changes

From Amahi Wiki
Jump to: navigation, search
30 bytes removed ,  10:42, 5 February 2015
*Create the [https://www.amahi.org/apps/webapp webapp] called "wolserver."
*Create an SQL database called "wolserver"
{{Code| hda-create-db-and-user wolserver}}
*import the tables from the download file.
{{Code| mysql -uwolserver -pwolserver wolserver < /path/to/sql}}
*extract the zip
*copy all the files to the /var/hda/web-apps/wolserver/html
{{Code| cp -R ~/Downloads/WOL-server-w-sql/* /var/hda/web-apps/wolserver/html/}}
*change the owner of all the files in /var/hda/web-apps/wolserver/html to apache:users
{{Code| chown -R apache:users /var/hda/web-apps/wolserver/html/*}}
If one wants to access the app outside of the network, you will need to add a VirtualHost to the wolserver.conf file in /etc/httpd/conf.d.
12,424

edits