Changes

From Amahi Wiki
Jump to: navigation, search
# Open a terminal window, become '''root''', and navigate to <u>/var/hda/web-apps/mail</u> directory.
# Download the archive file to this directory and extract it into <u>html</u> directory of mail.
# Ensure you change ownership of the files via chown -R apache:users /var/hda/web-apps/mail.
# Need to make a directory called '''elevated''' in <u>mail</u> and copy mail-setup.sh to that location.
# Ensure mail-setup.sh is executable. Do this via chmod 755 mail-setup.sh.
# Create the database via hda-create-db-and-user mail.# Insert insert the data from [http://dl.dropbox.com/u/1380867/filename/mail-sql.txt mail-sql.txt] file via mysql -umail -pmail mail < mail-sql.txt.
# Navigate to http://mail in your favorite web browser and you should see the install page.
# Complete all the required info. Ensure you do not uses spaces in any data fields (i.e. mycity, my_city, or my.city are acceptable). Once finished, select the click the '''SUBMIT''' button and the data will be added to the database.
cd /var/hda/web-apps/mail
wget http://dl.getdropbox.com/u/1380867/mail-server.tar.gz
wget http://dl.getdropbox.com/u/1380867/mail-sql.txt
mkdir elevated
cd html
cd ..
cp html/mail-setup.sh elevated
chown -R apache:users html elevatedhda-create-db-and-user mailmysql -umail -pmail mail < mail-sql.txt}}
==== How to Uninstall ====
12,424

edits