Skip to content

Commit

Permalink
BC-7905 - refine local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco committed Dec 4, 2024
1 parent df3d922 commit a16f60d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/tldraw-server/Local setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### To run tldraw locally:

1. Run redis i.e. in a docker container, it will work on localhost:6379 by default which is what the REDIS_URI env var is set to, for example on wsl: https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-on-windows/
1. Run redis i.e. in a docker container, it will work on localhost:6379 by default which is what the REDIS_URI env var is set to, for example on wsl: https://redis.io/docs/latest/operate/oss_and_stack/install/install-redis/install-redis-on-windows/ .
2. In the tldraw-server make a copy of .env.default and rename it to .env, in order to use the default configuration.
3. To run
1. npm run nest:start:dev (schulcloud-server)
Expand All @@ -15,9 +15,9 @@

### Create new whiteboard:

1. Go to a course
2. Go to 'Column board'
3. Create a new card and a new 'Whiteboard' element within it, then click it
4. A new browser tab with URL like: http://localhost:4000/tldraw?roomName=65c37329b2f97cc714d31c00 will open
5. Change the port part from 4000 to 3046, which is the default port of tldraw-client app
6. You should see a working tldraw whiteboard now
1. Go to a course.
2. Go to 'Column board'.
3. Create a new card and a new 'Whiteboard' element within it, then click it.
4. A new browser tab with URL like: http://localhost:4000/tldraw?roomName=65c37329b2f97cc714d31c00 will open.
5. Change the port part from 4000 to 3046, which is the default port of tldraw-client app.
6. You should see a working tldraw whiteboard now.

0 comments on commit a16f60d

Please sign in to comment.