-
Notifications
You must be signed in to change notification settings - Fork 106
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
Linux Installation #258
Comments
https://github.com/puma/puma-dev#pre-built-binaries You'll need to download and "install" |
@nonrational So how exactly do i download and install the pre-built binaries assuming that i'm a noob |
FWIW I might advise sticking to That being said, if you're set on going down this path, #155 will be helpful. Please read and follow-up on that thread if you have additional questions. Below are instructions to manually install the puma-dev linux binary. # download the archive containing the binary
wget https://github.com/puma/puma-dev/releases/download/v0.14/puma-dev-0.14-linux-amd64.tar.gz
# unpack the archive with tar
tar xvzf puma-dev-0.14-linux-amd64.tar.gz
# as root, move the unpacked binary into the "local" bin where non-default binaries commonly go
sudo mv puma-dev /usr/local/bin/
# run puma-dev and get the version
puma-dev -V
# clean up
rm puma-dev-0.14-linux-amd64.tar.gz |
Thank you for the reply
Problem is i really want to test subdomains locally and this is the only solution that i can currently find as i do not want to edit the etc/host file |
If you just want DNS to test sub/domains, I'd suggest using |
Thank you, does exactly what i wanted. |
With homebrew now available on linux, what would be required to create a puma-dev brew recipe? |
@memon done! puma/homebrew-puma#12 |
I am using a linux OS specifically Fedora 32 and I do not know where to get started. In the docs it says i should first start puma-dev, how do i ago about that? Is there something i should first do and how do i do it?
The text was updated successfully, but these errors were encountered: