Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gerig committed Mar 8, 2022
1 parent 2c4aa1f commit a1349c1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Local Development

**Create valid HTTPS certificates**

```yaml
mkcert -install
sudo mkcert -cert-file /etc/ssl/dev.local+4.pem -key-file /etc/ssl/dev.local+4-key.pem dev.local "*.dev.local" localhost 127.0.0.1 ::1
Expand All @@ -16,16 +17,19 @@ sudo nano /etc/hosts
```

**Create a new Project**

```
composer create-project w-vision/pimcore-skeleton:10.2
composer create-project w-vision/pimcore-skeleton:10.3
```

**Start and connect to Docker container**

```
docker compose up -d && docker compose exec php bash
```

**Install Pimcore**

```
php vendor/bin/pimcore-install --admin-username=admin \
--admin-password=admin \
Expand All @@ -36,6 +40,9 @@ php vendor/bin/pimcore-install --admin-username=admin \
```

**Install Node Modules and run Webpack**

Open a new terminal and run the following command locally.

```
yarn install && yarn dev
```
Expand Down

0 comments on commit a1349c1

Please sign in to comment.