You need:
- docker
- npm
If using windows (without wsl), you also need:
- make for windows (choco install make)
- some bash terminal, like git-bash
- Make a .env based on .template.env
- Run
make init
to build extensions and install them. - Directus has no control over migrations, so run
make init
andmake migrate.up
in/
to set up the database.
You can start a local instance (after completing the above section) using make run
The initial login credentials are:
Username: [email protected] Pass: btv123
- You need to run
make build
anytime you edit files in ../packages/directus-modules