How to install wasp-lang/open-saas. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
wasp-lang/open-saas Installation Guide
How to install wasp-lang/open-saas. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for wasp-lang/open-saas. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i wasp-lang/open-saasor
Install via npx
npx @hexmos/ipm i wasp-lang/open-saasPrerequisites
Node.js
languageVersion: 18.0.0
npm
package_managerVersion: 12.19.3
Yarn
package_managerVersion: 2.0.2
Python
languageDocker
system_toolFor containerization and deployment.
PostgreSQL
system_packageMySQL
system_packageAWS Account
serviceFor cloud storage and deployment.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download and Install via Installer Script
curl -sSL https://get.wasp.sh/installer.sh | shCreate a New SaaS App with wasp new command
wasp new -t saasPost Installation Steps
- Start the server with `npm run start`.
- Migrate your database using `npx prisma migrate dev`.
