Skip to content

Commit cdc992e

Browse files
committed
Fix README.md with correct CodeIgniter documentation
1 parent 8354816 commit cdc992e

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
# test-shopware6
2-
Used by automated tests to test shopware6 installation
1+
# test-codeigniter4
2+
Used by automated tests to test CodeIgniter 4 installation
33

4-
This repo was created with a `composer create-project` using the techniques at https://developer.shopware.com/docs/guides/installation/template.html and https://ddev.readthedocs.io/en/latest/users/quickstart/#shopware
5-
6-
`ddev config --name=testpkgshopware6 --project-type=shopware6 --docroot=public`
7-
8-
Demo data was installed with the Admin Settings->System->First Run Wizard.
9-
10-
Database db tarball (not db.sql.gz) was created with
4+
This repo was created with a `composer create-project` using the official CodeIgniter 4 installation method:
115
```
12-
ddev export-db --gzip=false --file=.tarballs/db.sql && tar -czf .tarballs/shopware6_db.sql.tar.gz -C .tarballs db.sql
6+
composer create-project codeigniter4/appstarter test-codeigniter4
137
```
148

15-
Files tarball was created with
9+
For more information, see the [CodeIgniter 4 Installation Guide](https://codeigniter.com/user_guide/installation/installing_composer.html#id10).
10+
11+
## DDEV Configuration
12+
1613
```
17-
cd public/media && tar -czf ../../.tarballs/shopware6_files.tgz .
14+
ddev config --name=testpkgcodeigniter4 --project-type=codeigniter --docroot=public
1815
```

0 commit comments

Comments
 (0)