-
Notifications
You must be signed in to change notification settings - Fork 492
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
Installing Mina on Debian #186
Comments
My bad. If anyone are experiencing the same problem, make sure you don't already have a config/deploy.rb. I was working on a WordPress installation with that file already present(but for Capistrano). Deleting the file fixed the problem. |
Thanks for the insight! On a separate note, that looks like an old Ruby version. What version of Debian is this? |
That's odd. Running Wheezy(7), fully updated:
|
There were actually some issues using the old ruby version and Mina. So I updated ruby using RVM instead, and now Mina is working perfectly(ruby 2.1.1p76) |
Hi! I'm trying to install Mina on my Debian server. I've installed rubygems via
apt-get
and installed mina usinggem install mina
.But there seems to be something with Rake missing. So I tried install rake with
gem install rake
, but I still get this same error:The text was updated successfully, but these errors were encountered: