This is the url shortener. No frameworks, only some components.
This is a test task, don't use in production.
- nginx >= 1.8.0
- php >=5.5.9
- mysql >= 5.0
Clone source code to your www/ directory
Set php fastcgi_pass to your php in givemeurl.ru.conf
- location ~ \.php$
Write db settings to config.yml
file
Execute migrations/givemeurl.ru.sql
in your mysql client
If application installed to your local machine, add to your /etc/hosts
string 127.0.0.1 givemeurl.ru