You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/dev.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# tCF Developer Info
2
2
3
-
Ensure your system has [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [git-lfs](https://git-lfs.com/) and [Docker](https://docs.docker.com/install/) installed.
3
+
Ensure your system has [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [git-lfs](https://git-lfs.com/), [Docker](https://docs.docker.com/install/), and [gdown](https://github.com/wkentaro/gdown) installed.
4
4
5
5
## One-Command Setup
6
6
@@ -35,7 +35,7 @@ $ docker compose up --build
35
35
```
36
36
37
37
4. Wait for the Django server to finish building (i.e. `tcf_django | Watching for file changes with StatReloader` is visible in stdout).
38
-
5. Download and place the [latest database backup](https://drive.google.com/drive/u/0/folders/1a7OkHkepOBWKiDou8nEhpAG41IzLi7mh) from Google Drive into `db/latest.sql` in your local repo.
38
+
5. Download and place the [latest database backup](https://drive.google.com/drive/u/0/folders/1a7OkHkepOBWKiDou8nEhpAG41IzLi7mh)(should be named `latest.sql`) from Google Drive into `db/latest.sql` in your local repo.
39
39
6. Update the database:
40
40
41
41
MacOS/Linux (or Windows, if you're using Git-Bash):
echo"Unable to clone thecourseforum/theCourseForum2 with SSH. Ensure you have an ssh key set up on your GitHub account."
@@ -39,11 +43,25 @@ read -r _ </dev/tty
39
43
40
44
[ !-f".env" ] &&echo"Error: '.env' file does not exist in '$1'. Follow the installation instructions in doc/dev.md after creating a '.env' file."&&exit 1
0 commit comments