1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00

Updated Installation (markdown)

Jonathan Rosenbaum 2017-11-13 03:57:29 -05:00
parent 0a754ecd6f
commit 271c43e924

@ -4,7 +4,7 @@ Make sure you have installed time zone support for mysql or mariadb as explained
`mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql`
It is recommended that you install this software with Docker.
## It is recommended that you install this software with Docker.
Dockerfile may be found at [https://github.com/fspc/ybdb](https://github.com/fspc/ybdb), or you may pull the repository (updated infrequently).
@ -12,7 +12,7 @@ Dockerfile may be found at [https://github.com/fspc/ybdb](https://github.com/fsp
docker pull bikebike/ybdb
```
## Run the docker container
### Run the docker container
Publish the container's port to the host:
@ -23,7 +23,7 @@ Publish the container's port to the host:
docker run -d -p 81:80 --name="ybdb" bikebike/ybdb
```
## How to test/develop inside the running container process
### How to test/develop inside the running container process
```
sudo docker exec -it ybdb /bin/bash