Changes

From Amahi Wiki
Jump to: navigation, search
24 bytes added ,  02:45, 12 May 2011
# Create a web app in Amahi named '''mail'''.
# Open a terminal window, become '''root''', and navigate to <u>/var/hda/web-apps/mail</u> directory.
# Download [http://dl.getdropbox.com/u/1380867/mail-server-1.8.6.tar.gz mail-server-1.8.6.tar.gz] (sha1sum fa75e0ddbc7ec6cb67aed5f08a2fd0c8288f488db7dc87c5373d06772e1693fcc5844882d8dbebab) to this directory and extract it into <u>html</u> directory of mail (archive [http://dl.getdropbox.com/u/1380867/FilesList.html content]).
# Ensure you recursively change ownership of the files to apache:users.
# Need to make a directory called '''elevated''' in <u>mail</u> and copy mail-setup.sh to that location.
{{Code|su -
cd /var/hda/web-apps/mail
wget http://dl.getdropbox.com/u/1380867/mail-server-1.8.6.tar.gz
mkdir elevated
cd html
tar -xzpf ../mail-server-1.8.6.tar.gz
cp mail-setup.sh ../elevated
chmod 755 ../elevated/mail-setup.sh
12,424

edits