Add forgejo link to readme
This commit is contained in:
parent
441d345085
commit
b1c5994727
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@ As configured by default you will need the following:
|
||||||
This is a standard Django 5.1 application, if you know how to deploy those the
|
This is a standard Django 5.1 application, if you know how to deploy those the
|
||||||
following might sound familiar:
|
following might sound familiar:
|
||||||
|
|
||||||
1. Checkout repository: `git clone https://github.com/dunkelstern/inventory.git`
|
1. Checkout repository:
|
||||||
|
- Github `git clone https://github.com/dunkelstern/inventory.git`
|
||||||
|
- ForgeJo: `git clone https://git.dunkelstern.de/dunkelstern/inventory.git`
|
||||||
2. Change to checkout: `cd inventory`
|
2. Change to checkout: `cd inventory`
|
||||||
3. Install virtualenv and dependencies: `poetry install --no-root`
|
3. Install virtualenv and dependencies: `poetry install --no-root`
|
||||||
4. Migrate the Database: `poetry run python manage.py migrate`
|
4. Migrate the Database: `poetry run python manage.py migrate`
|
||||||
|
|
Loading…
Reference in a new issue