mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-25 23:37:36 +00:00
add infos about submodules in README
This commit is contained in:
parent
b70947be1e
commit
a4389e6202
11
README.md
11
README.md
@ -20,6 +20,7 @@ Clone the Gradido repository to your local machine.
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/gradido/gradido.git
|
git clone https://github.com/gradido/gradido.git
|
||||||
cd gradido
|
cd gradido
|
||||||
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
For local development, you can run Gradido with **Docker** or **natively**, depending on your preferences and system setup. If you don't have a native MariaDB or MySQL installation, Docker can be used to handle the database as well.
|
For local development, you can run Gradido with **Docker** or **natively**, depending on your preferences and system setup. If you don't have a native MariaDB or MySQL installation, Docker can be used to handle the database as well.
|
||||||
@ -227,6 +228,16 @@ In root folder calling `bun clear` will clear all turbo caches, node_modules and
|
|||||||
bun clear
|
bun clear
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### git Submodule
|
||||||
|
The new Module `inspector` was added as git submodule.
|
||||||
|
So after
|
||||||
|
- `git clone`
|
||||||
|
- `git checkout`
|
||||||
|
- `git pull`
|
||||||
|
|
||||||
|
you have to run `git submodule update --init` to get the correct submodule version.
|
||||||
|
|
||||||
|
[Read More](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
|
||||||
|
|
||||||
## Services defined in this package
|
## Services defined in this package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user