Skip to content

Commit

Permalink
Merge pull request #50 from maykinmedia/feature/add-quick-start-job
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal authored Feb 14, 2025
2 parents 5be538a + 8be9468 commit b4ccda0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Quick Start

on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:

jobs:
open-api-workflow-quick-start:
uses: maykinmedia/open-api-workflows/.github/workflows/quick-start.yml@v4.2.0
1 change: 0 additions & 1 deletion README.EN.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Quickstart
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
$ docker-compose up -d --no-build
$ docker-compose exec web src/manage.py loaddata demodata
$ docker-compose exec web src/manage.py createsuperuser
2. In the browser, navigate to ``http://localhost:8000/`` to access the admin
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ Quickstart
$ wget https://raw.githubusercontent.com/maykinmedia/referentielijsten/master/docker-compose.yml
$ docker-compose up -d --no-build
$ docker-compose exec web src/manage.py loaddata demodata
$ docker-compose exec web src/manage.py createsuperuser
2. In de browser, navigeer naar ``http://localhost:8000/`` om de beheerinterface
Expand Down

0 comments on commit b4ccda0

Please sign in to comment.