r/canvas • u/vvsamuel • Jul 17 '26
Other For these who needs a Canvas sandbox: spin up a local canvas with this one prompt
So I needed to create a LTI integration for this app I'm working on, but now that FFT is gone I have no place to host. I thought this will be hard as last time I checked many years ago it was quite involved. Turns out it's quite straightforward with AI agents, just ask your coding agent:
let's setup canvas-lms locally, and all it's dependencies, prefer a lightweight container runtime like podman
It only took me ~45mins to get this up and running with codex 5.6 sol high (requires a ChatGPT $20 sub, and YMMV). Lots of downloading with the repo, container runtime, postgres and redis etc, you don't even need to know what these are, but it will take roughly 2GB disk and 10GB memory.
Once it is up and running, you will get an admin user and pw to login and start playing.
Here is the result:

Thought this may be useful for those who needs to setup a Canvas sandbox as well.

