-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confirmed: can host with Dokku #14
Comments
Little typo in the comment above, which had me (inexperienced gitter) stumble around for a while. The correct command is: Besides that, everything works with dokku. |
Before you run command, you should run the command: on the server-side. Otherwise, the git push may fail. |
I am gonna go crazy tinkering this for 6 hours, lol. I tried to install to vps directly without dokku, can work on port 8080, but can't work on nginx proxy forwarding, getting headache. |
You can push code from server that host Dokku to the git address in Dokku. Dokku work like heroku. It build app from .git So you must push code. You can run these command on ssh-terminal of the server that install Dokku too.
|
I got it working now without dokku. |
It can work without Dokku but Dokku save your time with Apache and Nginx :v |
You can use Dokku on your own server to host bandwidth-hero-proxy. Worked as Heroku
https://github.com/dokku/dokku
Just create an app on Dokku
dokku apps:create bandwidth-hero-proxy # on dokku server
Then from your local PC, push the code to dokku
Then check for port with
your compression server is hosted at
http://your-server-ip:your-port/
The text was updated successfully, but these errors were encountered: