Update README.md
This commit is contained in:
parent
9b262458ea
commit
7ce8d493a9
|
@ -1,15 +1,17 @@
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can run the webpage using either Docker or by installing Ruby and Bundler on your local machine.
|
You can run the webpage using either `Docker` or by installing `Ruby` and `Bundler` on your local machine.
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
To deploy the webpage using Docker, run the following command:
|
To deploy the webpage using `Docker`, run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up
|
docker compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Once the server is running, you can access the website at `http://localhost:9998`.
|
||||||
|
|
||||||
### Manual installation
|
### Manual installation
|
||||||
|
|
||||||
First, you must install `Ruby` and `Bundler`.
|
First, you must install `Ruby` and `Bundler`.
|
||||||
|
|
Loading…
Reference in New Issue