Skip to content

Commit

Permalink
Update README.md without docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Oct 22, 2024
1 parent e160f34 commit dacf06a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ E-Commerce Applications built with Pimcore. If you are an experienced Pimcore de

## Getting started
```bash
COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo my-project
COMPOSER_MEMORY_LIMIT=-1 composer create-project --no-scripts pimcore/demo my-project
cd ./my-project
composer install
./bin/console assets:install --symlink --relative
./vendor/bin/pimcore-install
./bin/console cache:clear
```

- Point your virtual host to `my-project/public`
Expand Down

0 comments on commit dacf06a

Please sign in to comment.