psvneo/sw6-project-skeleton
Composer 安装命令:
composer create-project psvneo/sw6-project-skeleton
包简介
README 文档
README
This repo is a fork of shopwares original composer project (Fork of https://github.com/shopware/production)
How to install (Web)
- Run
git clone https://git.riconnect.de/riconet-public/shopware/sw6-project-skeleton MyProjectNameto clone this repo. - Remove
.gitdirectory (rm -rf .git). - Run
docker-compose up -dand wait 15 seconds. - Run
docker-compose exec shopware /bin/bash -c "composer install"to build the backend. - Run
docker-compose exec shopware /bin/bash -c "chown -R www-data:www-data ."to build the backend. - Run
docker-compose exec shopware /bin/bash -c "chmod -R g+rw ."to build the backend. - Open
http://localhostto start the web installation.
| Input | Wert |
|---|---|
| Server | db |
| Benutzer | root |
| Passwort | 1234 |
| Name | shopware |
- After you finish the installation, run
docker-compose exec shopware /bin/bash -c "bin/build-administration.sh"to build the administration.
How to install (Cli)
bin/docker-init.sh
You can now access you shop
Build to resolve dependencies
bin/docker-build.sh
Database credentials
| Name | Value |
|---|---|
| Database | shopware |
| Username | app |
| Password | 1234 |
| Host | db |
| Port | 3306 |
Shop URLs
| URL | |
|---|---|
| Administration | http://localhost/admin |
| Store front | http://localhost |
Default admin user credentials (Cli installs)
| Value | |
|---|---|
| username | admin |
| password | shopware |
Build / Rebuilt
bin/docker-build.sh
Compile theme / Clear cache
bin/docker-clear-cache.sh
Enter shopware container
Run docker-compose exec shopware bash
Catch mails using Mailhog
Mailhog is reachable by the following url: http://localhost:8025
Manage the database using Adminer
Adminer is reachable by the following url: http://localhost:8080
统计信息
- 总下载量: 29
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-09