Home
Name Modified Size InfoDownloads / Week
src_only 2011-02-27
README 2011-03-04 2.2 kB
Totals: 2 Items   2.2 kB 1
############################ Dismn8 :-: Change Through Communication ###########################
Licenses:
	DisMN8 Source Code - Released under the GPLv3 <http://www.gnu.org/licenses/gpl-3.0.txt>
	
	This product contains PHP software, freely available from <http://php.net/software> 


Mission:
	Dismn8 was created to help people who live in countries which actively use 
internet censorship to connect with one another in order to effectively communicate and collaborate
in times of crisis.

About the Versions:
	DisMN8 is distributed in two versions:
	* A Source form - Which requires at minimum the following:
		* A UNIX System
		* PHP >= 5.3.0
		* Apache HTTPD Server >= 2.0
		* SQLite >= 3.0.0

	* A LiveCD form - Which requires the following:
		* A CD Drive
		* BIOS Access
		* An i386 machine

Installation:
	* Network Set Up:
		1. Make sure that your computer has a static IP address (Google this for details).
		2. Open your router configuration web site (usually http://192.168.1.1 or check your router)
		3. Set your router to forward Port 80 to the IP address you set in step 1.
		4. Check to make sure that your configuration works (http://canyouseeme.org Port:80)
		5. If it doesn't try setting a different port, your ISP may block Port 80.
	* LiveCD:
		Download the LiveCD Iso file and burn it to disk, restart your computer, 
		and DisMN8 should run
	* Source:
		Extract the files into the DocumentRoot directory.

	**** For All Methods ****:
		Configure your SBDNS file:
			1. Change Directory to the DocumentRoot directory (Where web server files are stored).
			2. Run ./genkey.sh, it should produce two files, prikey.rsa and pubkey.rsa
			3. In sbdns.soa, Under keys, set the public key to the value of e in pubkey.rsa
			4. In sbdns.soa, Under keys, set modulus to be the n value in pubkey.rsa
			5. In index.php, on line 38, set $prikey to the d value in prikey.rsa
			6. Move pubkey.rsa and prikey.rsa to a safe, secure spot outside the DocumentRoot

		Set Peer(s):
			1. Change Directory to the DocumentRoot directory.
			2  In sbdns.soa, under peers, set the peer's username and ip address, that you got from them.

Congratulations! Your DisMN8 Installation should now be set up!

Source: README, updated 2011-03-04