Does anyone have any idea how to setup a #bonfire dev env?
-
Does anyone have any idea how to setup a #bonfire dev env?
It just errors at me everywhere and the official docs don't help
-
smallcircles (Humanity Now 🕊)replied to Laxystem (Masto/Glitch) last edited by
@laxla might jump in the bonfire matrix chatrooms and ask.
-
paulbutgoldreplied to Laxystem (Masto/Glitch) last edited by
@laxla
before doing anythingexport WITH_DOCKER=easy
to cleanup
docker stop bonfire-app-db-1
docker container rm bonfire-app-db-1
docker volume rm $(docker volume ls -q --filter dangling=true)and the usual workflow would be:
# to be done only once
just config
just secrets
just setup-dev
# to start a dev Bonfire process and doing iterative development
just devbut yes for sure asking in the chat can get you live help
-
Laxystem (Masto/Glitch)replied to smallcircles (Humanity Now 🕊) last edited by
@smallcircles y'mean you or y'mean me? If so, what's their matrix room?
-
Laxystem (Masto/Glitch)replied to paulbutgold last edited by
@paulbutgold problem is `setup-dev` fails witg compile error...
-
smallcircles (Humanity Now 🕊)replied to Laxystem (Masto/Glitch) last edited by
-
chobeatreplied to Laxystem (Masto/Glitch) last edited by
@laxla @paulbutgold check out a tagged commit, they break main constantly
-
Laxystem (Masto/Glitch)replied to chobeat last edited by
@chobeat @paulbutgold I did, v0.9.10-beta.170, .169, and .165
-
chobeatreplied to Laxystem (Masto/Glitch) last edited by
@laxla @paulbutgold sharing your error might help, at least we know if it's your problem or their problem