Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Timot Tarjani committed May 28, 2024
1 parent 3415562 commit 0bcf037
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/do
# Apache configuration
RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions zip pdo_mysql pdo_pgsql pdo_sqlite pdo_sqlsrv mongodb && \
# pecl install mongodb && \
a2enmod rewrite && \
echo "ServerName localhost" >> /etc/apache2/apache2.conf && \
sed -i '/<Directory \/var\/www\/>/,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/apache2.conf
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://github.com/ttimot24/HorizontCMS/blob/master/resources/logo.png" height="200"></p>
<p align="center"><img src="./resources/logo.png" height="200"></p>

<h1 align="center">HorizontCMS</h1>

Expand Down Expand Up @@ -49,11 +49,16 @@ Every release is published to DockerHub.
https://hub.docker.com/repository/docker/ttimot24/horizont-cms

#### Docker Compose
Build and run HorizontCMS locally.
Build and run HorizontCMS locally.

```bash
docker-compose up
```

#### Kubernetes
```bash
kubectl create deployment horizont-cms --image=ttimot24/horizont-cms:latest
```

### Sample plugin

Expand Down

0 comments on commit 0bcf037

Please sign in to comment.