Download Latest Version simproj-0.1.zip (487.5 kB)
Email in envelope

Get an email when there's a new version of simproj

Home / simproj 0.1
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2016-04-21 1.3 kB
simproj-0.1.zip 2016-04-21 487.5 kB
simproj-0.1.sql 2016-04-21 37.7 kB
LICENSE.txt 2016-04-21 35.8 kB
Totals: 4 Items   562.3 kB 1
SIMPROJ Release
Alpha 0.1

Documentation / Contact
===
Please refer to https://www.pegenau.de for any questions on how this product works.

Licensing
===
This product is licensed under the GPLv3. For more information see LICENSE.txt.

Requirements
===
This product was tested under Windows 8, Windows 10 and Ubuntu 14.04 LTS Server with the following packages:
- Apache 2.4
	- with mod_rewrite enabled
- PHP 5.5
	- with php_gettext and php_pdo_mysql enabled
- MySQL 5.5

Install
===
- Copy the content of the zip file to a location of your choosing (e.g. /var/www/simproj on a ubuntu server).
  You may have to transfer the ownership of these files to www-data.
- Create a virtual host like:
	<VirtualHost *:80>
		ServerName simproj.myhost.tld
		DocumentRoot /var/www/simproj
		
		<Directory /var/www/simproj>
			Require all granted
			AllowOverride All
		</Directory>
	</VirtualHost>
- Create a database on your MySQL server (utf8_unicode_ci) and import the .sql file.
- In the simproj directory on your server edit the config file "backend\pub\config\pub\Values.php" and adjust the "database_*" values.
- Open your browser and type the url http://simproj.myhost.tld. Login with username "root" and password "user1234".

Update
===
At this point there is no support for an update to the next version.
Source: README.txt, updated 2016-04-21