Changes

From Amahi Wiki
Jump to: navigation, search
16 bytes removed ,  03:40, 5 February 2015
Wake-On-LAN Server app is currently in Alpha testing, but for those who want to manually install it:
-*Create the webapp called "wolserver." http://www.amahi.org/apps/web-apps-*Create an SQL database called "wolserver" <code>{{Code|hda-create-db-and-user wolserver</code>}}-*import the tables from the download file. <code>{{Code|mysql -uwolserver -pwolserver wolserver < /path/to/sql</code>}}-*extract the zip-*copy all the files to the /var/hda/web-apps/wolserver/html<code>{{Code|cp -R ~/Downloads/WOL-server-w-sql/* /var/hda/web-apps/wolserver/html/</code>}}-*change the owner of all the files in /var/hda/web-apps/wolserver/html to apache:users<code>{{Code|chown apache:users /var/hda/web-apps/wolserver/html/*</code>}}
-If you want to access the app outside of the network, you will need to make the VirtualHost change we spoke of in the topic.
128

edits