bottech [he/him] to hexbear • 4 years agoHow to have my local connect frontend connect to something?message-squaremessage-square36 fedilinkarrow-up19
arrow-up19message-squareHow to have my local connect frontend connect to something?bottech [he/him] to hexbear • 4 years agomessage-square36 Commentsfedilink
minus-squarevertexarray [any]hexbear3·4 years agohmm, maybe try restarting postgres? If you could run db-init using its default config, it should at least be on the right port already link
minus-squarebottech [he/him]hexagonhexbear3·edit-24 years agoif by restarting you meant sudo service postgresql restart then it didnt work link
minus-squarebottech [he/him]hexagonhexbear2·edit-24 years agoi figured how to fix that bug but now i have Specified path is not a directory: "../ui/dist/documentation" link
minus-squarevertexarray [any]hexbear2·4 years agoI ran into that one. I think I just had to do a release build of the ui. link
minus-squarevertexarray [any]hexbear2·4 years agoif you've pulled the submodules, you'll have the ui folder. do yarn build in there link
minus-squarebottech [he/him]hexagonhexbear2·edit-24 years agoI havent, ui is empty, should i just pull the frontend into ui? link
minus-squarebottech [he/him]hexagonhexbear2·4 years agoSo, after i cloned frontend into ui and did yarn build there, there are still those errors link
hmm, maybe try restarting postgres? If you could run
db-init
using its default config, it should at least be on the right port alreadyif by restarting you meant
sudo service postgresql restart
then it didnt workI got nothin'
i figured how to fix that bug but now i have
Specified path is not a directory: "../ui/dist/documentation"
I ran into that one. I think I just had to do a release build of the ui.
Which is where?
if you've pulled the submodules, you'll have the ui folder. do
yarn build
in thereI havent, ui is empty, should i just pull the frontend into ui?
So, after i cloned frontend into ui and did
yarn build
there, there are still those errors