If you want you can run web for local development in docker.
- install docker and docker-compose
- optional - if you want https. Generate keys to docker-data/nginx/ssl/bikesharing.loc.crt and bikesharing.loc.key. Uncomment lines in docker-data/nginx/nginx.conf and docker-compose.yml
- add
127.0.0.1 bikesharing.loc
to/etc/hosts
- run
docker-compose up
- go to
http://bikesharing.loc
, phpmyadmin is on urlhttp://localhost:81
, mysql serverdb
, mysql userroot
, mysql passwordpassword
, mysql databasebikesharing