mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-19 19:36:42 +00:00
Update dev to include set commands
This commit is contained in:
@@ -110,6 +110,21 @@ Choose your preferred development approach. We strongly recommend **Docker Compo
|
|||||||
</Warning>
|
</Warning>
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
|
<Step title="Set your environment">
|
||||||
|
Choose to build from the oss/enterprise/saas codebase:
|
||||||
|
```bash
|
||||||
|
npm run set:oss
|
||||||
|
# or npm run set:enterprise
|
||||||
|
# or npm run set:saas
|
||||||
|
```
|
||||||
|
|
||||||
|
Then choose your database:
|
||||||
|
```bash
|
||||||
|
npm run set:sqlite
|
||||||
|
# or npm run set:pg
|
||||||
|
```
|
||||||
|
</Step>
|
||||||
|
|
||||||
<Step title="Generate database schema">
|
<Step title="Generate database schema">
|
||||||
Generate the database schema and push it:
|
Generate the database schema and push it:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user