-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1973 from maxandersen/undocompose
Revert "Merge pull request #1933 from maxandersen/podman"
- Loading branch information
Showing
3 changed files
with
5 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,28 +6,21 @@ These instructions will get you a copy of the Quarkus.io website up and running | |
|
||
### Installation | ||
|
||
#### Using Docker or Podman | ||
#### Using Docker | ||
|
||
1. Install [Docker Desktop](https://docs.docker.com/install/) or [Podman Desktop](https://podman-desktop.io/downloads/). | ||
1. Install [Docker Desktop](https://docs.docker.com/install/). | ||
2. Fork the [project repository](https://github.com/quarkusio/quarkusio.github.io), then clone your fork. | ||
|
||
git clone [email protected]:YOUR_USER_NAME/quarkusio.github.io.git | ||
|
||
3. Change into the project directory: | ||
|
||
cd quarkusio.github.io | ||
4. Run Docker Composer | ||
|
||
4. Run Docker Compose using `compose.sh` | ||
|
||
compose.sh | ||
|
||
5. *OR* run docker compose manually setting _SELINUX_ to "Z:" or "" dependent on OS: | ||
|
||
_SELINUX_=Z: docker-compose up # Linux | ||
_SELINUX_= docker-compose up # Mac or Windows | ||
docker-compose up | ||
|
||
5. Now browse to http://localhost:4000 | ||
|
||
#### Using a local Ruby environment | ||
[Jekyll static site generator docs](https://jekyllrb.com/docs/). | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters