Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelbrauner/pimcore_football
A small pimcore project on the subject of soccer.
https://github.com/michaelbrauner/pimcore_football
Last synced: 10 days ago
JSON representation
A small pimcore project on the subject of soccer.
- Host: GitHub
- URL: https://github.com/michaelbrauner/pimcore_football
- Owner: MichaelBrauner
- Created: 2024-07-30T12:03:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:23:34.000Z (5 months ago)
- Last Synced: 2024-11-14T11:20:17.367Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 1.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# My first Pimcore project
A small project on the subject of soccer.
## Prerequisites
* You need Docker and docker-compose installed.
* You need GNU-Make installed.## Getting started
### Download
```bash
git clone [email protected]:MichaelBrauner/pimcore_football.git mb-football
cd ./mb-football
```### Start the docker containers and install Pimcore
```bash
make start-install
make pimcore-install
```
> For some reason you have to run the last command twice.
> And ignore the error messages.
> If there occurs other errors, send me an email or call me ;).### Import the data
```bash
make import-data
```You can see the website right away at [http://127.0.0.1](http://127.0.0.1).
Now you can access the Pimcore backend at [http://127.0.0.1/admin](http://127.0.0.1/admin) with the credentials `Admin` / `admin123`.