Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  03:09, 1 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.0304.zip mail-server-1.0304.zip] (sha1sum ac1358a89ada6be4b810259908c81e5e05bb06313530d01d3e7532c9003faf8fb983ef5a493a62ab) 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.0304.zip
mkdir elevated
cd html
unzip ../mail-server-1.0304.zip
cp mail-setup.sh ../elevated
cp del-maildir.sh ../elevated
12,424

edits