Go to file
Timothy Prepscius 2784d8a7ba storage used wrong Base64 changes readme 2013-10-04 21:42:26 -04:00
android adds the android 2013-08-09 16:48:44 -04:00
build changes for seds 2013-10-04 21:10:20 -04:00
config moves the config to lower directory, makes the keys generate automatically 2013-09-05 15:36:14 -04:00
cpp adds the cpp files 2013-07-25 22:51:23 -04:00
deploy adds an 80 server 2013-09-29 20:27:44 -04:00
ext more setup 2013-09-29 11:43:45 -04:00
gwt makes gwt build log level not all 2013-09-29 12:40:31 -04:00
install makes sed be darwin or linux hopefully 2013-10-03 00:00:30 -04:00
james makes the files closer to the svn original so easier to track changes 2013-09-01 23:45:17 -04:00
java storage used wrong Base64 changes readme 2013-10-04 21:42:26 -04:00
keys adds dummy ios-push so rsync executes correctly 2013-09-29 18:37:20 -04:00
passwords makes the captcha keys optional 2013-09-29 15:12:15 -04:00
web fixes bug with replacing ##COMPANY##, sed sort of sucks 2013-09-29 19:19:44 -04:00
.gitignore adds the build scripts, removes some remaining unremoved files which I thought I removed last time 2013-08-09 16:31:05 -04:00
DEV_BRAIN_DUMP.txt adds another cut of the pgp key ring, adds first cut of internal store so test-setups don't need to use S3 2013-09-23 16:10:07 -04:00
HOW_TO_INSTALL.txt getting very close to automatic deploy 2013-09-01 18:17:08 -04:00
License.txt adds a set of files 2013-07-14 12:38:31 -04:00
README.md storage used wrong Base64 changes readme 2013-10-04 21:42:26 -04:00
make adds the base make script 2013-08-09 16:50:30 -04:00
setup-1-dependencies more setup 2013-09-28 19:36:45 -04:00
setup-2-install more setup 2013-09-29 11:43:45 -04:00
setup-3-compile more setup 2013-09-28 19:15:17 -04:00
setup-4-deploy more setup 2013-09-29 11:43:45 -04:00

README.md

mailiverse

This documents talks about installing mailiverse from an origin to a target.

------- Requirements on the origin build machine ---------

To install from and build mailiverse from the origin, the origin must have "git", "ant", "rsync" and "oracle java" installed. (Other javas might work, but I have not tested them.) Also, your hosts file must point to mail.target and target.

I have always used Ubuntu 12.04 or 13 as my target machine. The build works on Ubuntu 12.04 and also OSX (with dev tools).

To install git: sudo apt-get install git --yes

To install zip: sudo apt-get install unzip --yes

To install ant: sudo apt-get install ant --yes

Clone the mailiverse: git clone https://github.com/timprepscius/mailiverse.git

To install java: cd mailiverse/install sudo ./setup-java.remote

To make the hosts file point to the correct place: sudo nano /etc/hosts add the lines: SOME-IP-ADDRESS mail.whateverthenameofyourdomainis SOME-IP-ADDRESS whateverthenameofyourdomainis

This could also be done on a DNS server, if you control one..

After these steps have been taken you are ready to set up.

--------- Setting up -------------

First run: ./setup-1-dependencies

This will build enough stuff to generate keys for things. It will will generate default keys, default passwords, etc. You will at some point need to type in "password" a bunch of times, to export a particular key so it can be used with nginx.

Then run: ./setup-2-install

This will install the mailiverse system onto the target. This means it will create user directories, install software, etc.

Then run: ./setup-3-compile

This will compile all the sources, jar them up, war them up, etc.

Then run: ./setup-4-deploy

This will deploy mailiverse onto the target machine.


Congratulations, if you have finished these, you should be able to put:

https://mail.targetmachine/

And it should work.