2017 © Pedro Peláez
 

project vote

Portal for vote

image

myiyk/vote

Portal for vote

  • Sunday, August 30, 2015
  • by Myiyk
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Vote portal

Installing

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

    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., (*2)

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

License

GPL 3.0, (*4)

The Versions