myiyk/vote

Portal for vote

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:project

dev-master 2015-08-30 16:08 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:12:35 UTC


README

Installing

The best way to install is using Composer. If you don't have Composer yet, download it following the instructions. Then use command:

	composer require myiyk/vote vote
	cd vote
	chmod 777 temp log

Make directories temp and log writable. Navigate your browser to the www directory and you will see a welcome page. PHP 5.4 allows you run php -S localhost:8888 -t www to start the web server and then visit http://localhost:8888 in your browser.

It is CRITICAL that whole app, log and temp directories are NOT accessible directly via a web browser! See security warning.

License

GPL 3.0