You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.
Not sure if that's an issue.. rather I just don't know how to set it up. So I installed prax, run:
root@myapp-dev:/srv/myapp# prax start
Starting prax in the background.
root@myapp-dev:/srv/myapp# prax open
xdg-open http://myapp.dev
/opt/prax/libexec/prax-open: line 26: xdg-open: command not found
Can anyone guide me as to how connect prax and vagrant?
The text was updated successfully, but these errors were encountered:
xdg-open is usually available with a Desktop Environment (eg: GNOME), which certainly wasn't installed inside the Vagrant box.
I'm using Prax on the host computer using port forwarding, not inside the Vagrant box. Prax won't start the application by itself, but I still benefit from the port redirections and domains.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if that's an issue.. rather I just don't know how to set it up. So I installed prax, run:
root@myapp-dev:/srv/myapp# prax start
Starting prax in the background.
root@myapp-dev:/srv/myapp# prax open
/opt/prax/libexec/prax-open: line 26: xdg-open: command not found
Can anyone guide me as to how connect prax and vagrant?
The text was updated successfully, but these errors were encountered: