Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 557 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 557 Bytes

Mini guess game

A simple mini game based on Symfony 2.6.

No frond-end.

No security.

It is just a few hours implementation.

  1. Config Vagrant in your local machine
  2. Mount your project root folder cd local/path/to/your/project
  3. Start Vagrant VM vagrant up (it will take some time)
  4. SSH to Vagrant vagrant ssh
  5. Install dependencies via composer composer install
  6. Do not forget legit parameters. Use your local or on VM MySQL
  7. Try to access http://game.dev/)
  8. Expect it works