Snowdevil
WWasp
•Created by Snowdevil on 3/11/2025 in #đŸ™‹questions
Set-up Hosting SAAS Wasp on Digital Ocean
Hey all!
I'm trying to set-up the basic Open SaaS Wasp application on Digital Ocean. I was able to get it running locally without any issues.
I got the base version running from the "Getting Started" page locally. Saved that app on GitHub. Now I want to use the GitHub repo as a source for a Digital Ocean App Platform.
I've tried many different options, but the best setup I have so far is as follows:
Environment Variable:
PATH=$PATH:/home/apps/.local/bin
Build Command:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
When I add wasp start db
to the build command, it says the docker exe cannot be found. When I add it to the run command, it throws the errors below.
Errors:
59 replies