Mage GPT?

Hi I am new to this. Am I allowed to ask about mage gpt things here or does anyone know of a group that specializes in such things.
7 Replies
martinsos
martinsos12mo ago
Sure, go for it -> we built Wasp web framework and also Mage which generates Wasp apps via GPT.
professordonuts
professordonuts12mo ago
So I am having a bit of an issue. Wasp is running, mage image is loaded on docker. I am running all of this on wsl via windows power shell. When I ruin docker compose up the mage server connects then disconnects with error 0 after about a second of runtime. I am sure there is something I am overlooking.
martinsos
martinsos12mo ago
Hmm, you will have to help me a bit with understanding this better. usemage.ai generates a Wasp app, which consists of a client, server and db. When you run it in dev mode, with wasp start, this wasp start process will run client and server for you in the background as two processes, while wasp db start will run a db for you (or you can run your own). When you want to deploy your Wasp app, somewhere for production, then you need to deploy each component (client, server, db), and what we give you is static files for client and dockerfile for server (to make it easier to deploy it). There is more about this in our docs also, in more details! So when you say you run mage image on a docker inside WSL -> I am not sure what do you mean by "mage image". Also, what do you mean by "wasp is running"? And what are you trying to do: run the wasp app you generated with mage? Deploy it? Run mage itself locally, where mage is wasp app in wasp-lang/wasp/wasp-ai on wasp-ai branch on our github?
Jay
Jay12mo ago
Um sorry Im really new to coding in general and I dont seem to be able to get WASP to even download or run! I have curl -sSL https://get.wasp-lang.dev/installer.sh | sh I ran this in my terminal but i didnt see any application or installation occur after I did. I am on a windows platform
professordonuts
professordonuts12mo ago
Sorry for the lag in reply @martinsos I am working on this with my brother and he did quite a bit of the docker work. I am sure my original question is lacking greatly in detail. When he gets back I will ask him to clarify.
martinsos
martinsos12mo ago
Hey @Jay , welcome! Check our installation instructions for WIndows: you will have to use WSL https://wasp-lang.dev/docs/quick-start#installation-1 . But, if you are new to coding, then I think you will have a bit of a hard time, since Wasp is aimed for devs with some experience (and so are Mage generated apps). Btw you commented in a question thread that is about something else -> in the future if you have more questions pls open a new question of your own! No worries, we are here when you will need us!
Jay
Jay12mo ago
Ooh! thank you so much! Noted on the new thread!
Want results from more Discord servers?
Add your server