Skip to content

Commit

Permalink
update docs to use sqlite by default for tutorials (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan7n authored Dec 2, 2024
1 parent eefdf16 commit ea5a576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For this tutorial, you should spawn a local MedPerf server for the MedPerf clien

```bash
cd server
cp .env.local.local-auth .env
cp .env.local.local-auth.sqlite .env
sh setup-dev-server.sh
```

Expand Down
2 changes: 1 addition & 1 deletion tutorials_scripts/codespaces/env_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pip install -r server/test-requirements.txt
medperf profile activate local

cd server
cp .env.local.local-auth .env
cp .env.local.local-auth.sqlite .env
medperf auth login -e [email protected]
echo "Medperf is ready for local usage"
cd ..

0 comments on commit ea5a576

Please sign in to comment.