How do we get Wave installed on Ubuntu #263
-
Thank you guys for doing Wave, however I don't really want to use Herd and SQLite, I want to use it on my Ubuntu VPS & MySQL. Installed composer to overwrite the vendor with the wave vendor files. Run the build and it moans about TailwindCSS. I'm assuming Laravel and Wave do something different for Tailwind. but I can't for the life of me, get Wave working. Laravel 12 works fine out of the box. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey! Yep, you can absolutely run Wave on a VPS with MySQL. Wave is just a Laravel app. Herd + SQLite is just great for local development, but for production, you should use Postgres or MySQL. For the Tailwind CSS issue that you mentioned, you just need to run If you still get an error, just share it here as 'moans about TailwindCSS' is a bit vague. |
Beta Was this translation helpful? Give feedback.
Hey!
Yep, you can absolutely run Wave on a VPS with MySQL. Wave is just a Laravel app. Herd + SQLite is just great for local development, but for production, you should use Postgres or MySQL.
For the Tailwind CSS issue that you mentioned, you just need to run
npm install && npm run build
and that should be enough to fix the Tailwind errors. Just follow the steps here: https://devdojo.com/wave/docs/guides/deploy-on-digitalocean and https://devdojo.com/wave/docs/local-devIf you still get an error, just share it here as 'moans about TailwindCSS' is a bit vague.