mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 06:27:52 +00:00
chore: add test setup to readme
This commit is contained in:
@@ -11,3 +11,24 @@
|
||||
[](https://buddy.kicktemp.com/kicktemp/com-sportsmanager/pipelines/pipeline/218) [Preview: dtfb.de](https://dtfb.de)
|
||||
|
||||
[](https://buddy.kicktemp.com/kicktemp/com-sportsmanager/pipelines/pipeline/219) [Preview: kickern-hamburg.de](https://kickern-hamburg.de)
|
||||
|
||||
|
||||
## Test setup
|
||||
### Installation
|
||||
To start joomla and the database, run
|
||||
|
||||
```shell
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
### Release creation
|
||||
To create a release execute
|
||||
```shell
|
||||
npm run release
|
||||
```
|
||||
|
||||
### Deployment
|
||||
Deployment can only be done manually right now (sad)
|
||||
To do this go to
|
||||
[Testserver Extension Installer Site](http://localhost:8080/administrator/index.php?option=com_installer&view=install)
|
||||
and upload the zip file found in `./package/packages`
|
||||
|
||||
Reference in New Issue
Block a user