Skip to content

Commit 2650f77

Browse files
authored
Update README.md
1 parent fd8bfb2 commit 2650f77

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,29 @@ docker-compose exec cli bash
8181
When inside the app container, do a basic install, generate a JWT secret and an App Secret, then exit the container:
8282

8383
```shell script
84+
composer install
8485
bin/console system:setup
85-
bin/console system:install --create-database --basic-setup --force
86+
```
87+
Change the default credentials as listed and confirm those at the end:
88+
```shell script
89+
Database user [app]: downtown
90+
Database password: uptown
91+
Database host [localhost]: mysql
92+
Database port [3306]: 3306
93+
Database name [shopware]: downtown
8694
```
8795

8896
```shell script
97+
bin/console system:install --create-database --basic-setup --force
8998
exit
9099
```
100+
Check if your URL to /public folder [http://shopware.local] is set in /etc/hosts
101+
91102

92103

93104
Please note:
94105

95-
- Administration is available at http://localhost:8000/admin with user `admin` and password `shopware`
106+
- Administration is available at http://localhost/admin with user `admin` and password `shopware`
96107
- Each sales channel represents an organisation/local authority
97108
- Merchants show up in categories after registration and activation
98109
- Merchants register through the separate Angular Merchant Administration described below

0 commit comments

Comments
 (0)