Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Oct 22, 2024
1 parent dacf06a commit 257ea62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ E-Commerce Applications built with Pimcore. If you are an experienced Pimcore de
```bash
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
Expand Down Expand Up @@ -41,7 +40,6 @@ You don't need to have a PHP environment with composer installed.
* Run `` echo `id -u`:`id -g` `` to retrieve your local user and group id
* Open the `docker-compose.yaml` file in an editor, uncomment all the `user: '1000:1000'` lines and update the ids if necessary
* Start the needed services with `docker compose up -d`
* Run `docker compose exec php composer install` to install the required dependencies
* Install the assets by running the script `docker compose exec php bin/console assets:install --symlink --relative`
1. Install pimcore and initialize the DB
`docker compose exec php vendor/bin/pimcore-install --mysql-host-socket=db --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcore`
Expand Down

0 comments on commit 257ea62

Please sign in to comment.