Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardem authored Oct 20, 2024
1 parent 0a16689 commit f1bbfff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,14 @@ More information is in [our documentation](https://docs.ylem.co/open-source-edit

The best way to install Ylem is to clone the repository https://github.com/ylem-co/ylem-installer and run `docker compose up` or `docker compose up -d` from it. It will install Ylem from the latest version of pre-build containers stored on Docker Hub.

Ylem is available at http://localhost:7331/

## Or build and install from the source

If you want to compile Ylem from the source, run `docker compose up` or `docker compose up -d` from this repository. It will compile the code and run all the necessary containers.

Ylem is available at http://127.0.0.1:7330/

### To rebuild a particular container

If you want to rebuild a particular container from source locally, run:
Expand Down

0 comments on commit f1bbfff

Please sign in to comment.