mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 09:44:40 +10:00
note that you need to init submodules
This commit is contained in:
@@ -64,11 +64,12 @@ Drop uses a utility package called droplet that's written in Rust. It has builts
|
|||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
|
|
||||||
|
1. Run `git submodule update --init --recursive` to setup submodules
|
||||||
1. Copy the `.env.example` to `.env` and add your GiantBomb metadata key (more metadata providers coming)
|
1. Copy the `.env.example` to `.env` and add your GiantBomb metadata key (more metadata providers coming)
|
||||||
2. Create the `.data` directory with `mkdir .data`
|
1. Create the `.data` directory with `mkdir .data`
|
||||||
3. Ensure that your user owns the `.data` directory with `sudo chown -R $(id -u $(whoami))`
|
1. Ensure that your user owns the `.data` directory with `sudo chown -R $(id -u $(whoami))`
|
||||||
4. Open up a terminal and navigate to `dev-tools`, and run `docker compose up`
|
1. Open up a terminal and navigate to `dev-tools`, and run `docker compose up`
|
||||||
5. Open up another terminal in the root directory of the project and run `yarn` and then `yarn dev` to start the dev server
|
1. Open up another terminal in the root directory of the project and run `yarn` and then `yarn dev` to start the dev server
|
||||||
|
|
||||||
As part of the first-time bootstrap, Drop creates an invitation with the fixed id of 'admin'. So, to create an admin account, go to:
|
As part of the first-time bootstrap, Drop creates an invitation with the fixed id of 'admin'. So, to create an admin account, go to:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user