Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  03:47, 2 January 2014
# [[Open_Terminal_as_root|Open a terminal as '''root''']], and create a web app in Amahi named '''ams''' (see [[Amahi_7_Create_Manual_Web_App|Create Manual Web App in Amahi 7]]).
# Navigate to '''''/var/hda/web-apps/ams''''' directory.
# Download [https://dl.dropboxusercontent.com/u/1380867/mail-server-1.0405.zip mail-server-1.0405.zip] (sha1sum 17459c47e4fd8ca943678186968979e889aedece4d5623d5d00a4d66512455deaec688fc49a34782) to this directory and extract it into '''''html''''' directory of '''''ams''''' (archive [http://dl.getdropbox.com/u/1380867/FilesList.html file list]).
# Ensure you recursively change ownership of the files to apache:users.
# Need to make a directory called '''''elevated''''' in '''''ams'''''. Copy mail-setup.sh and del-maildir.sh to that location.
<pre>su -
cd /var/hda/web-apps/ams
wget https://dl.dropboxusercontent.com/u/1380867/mail-server-1.0405.zip
mkdir elevated
cd html
unzip ../mail-server-1.0405.zip
cp mail-setup.sh ../elevated
cp del-maildir.sh ../elevated
12,424

edits