myiyk / vote
Portal for vote
dev-master
2015-08-30 16:08 UTC
Requires
- php: >= 5.4.0
- kdyby/translation: ~2.0
- latte/latte: ~2.3.0
- nette/application: ~2.3.0
- nette/bootstrap: ~2.3.0
- nette/caching: ~2.3.0
- nette/database: ~2.3.0
- nette/di: ~2.3.0
- nette/forms: ~2.3.0
- nette/http: ~2.3.0
- nette/robot-loader: ~2.3.0
- nette/security: ~2.3.0
- nette/utils: ~2.3.0
- nextras/secured-links: *
- tracy/tracy: ~2.3.0
Requires (Dev)
- nette/tester: ~1.0
This package is not auto-updated.
Last update: 2024-11-09 19:04: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