Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bestit/shopwaredrivervalet
https://github.com/bestit/shopwaredrivervalet
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bestit/shopwaredrivervalet
- Owner: bestit
- Created: 2017-02-24T16:05:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T12:07:09.000Z (over 7 years ago)
- Last Synced: 2024-08-04T09:07:44.984Z (3 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopwareValetDriver
## General
This is a shopware custom driver for valet additionally shipped with a build file to automate install process of shopware in general.
## Requirements
Your host need to have the following packages:
* valet (with all his deps)
* ant (for shopware)## Configuration
The shipped build.sh file contains database credentials, adjust to your needs.## Installation
1. Just clone this repository to your local Workspace.
2. Symlink the driver to your valet install dir e.g.:
```
cd ~/.valet/Drivers
ln -s ~/Workspace/shopwaredrivervalet/ShopwareValetDriver.php .
```
3. Copy the shipped build.sh file to your shopware directory
```
cp ~/Workspace/shopwarevaletdriver/build.sh ~/Workspace/shopware-5.2.24/
```
4. run the build file to install shopware and load the images
```
~/Workspace/shopware-5.2.24/build.sh
```
5. Open e.g. http://shopware-5.2.24.dev/ (depends on your valet config) and you're done.