[GH-ISSUE #40] debian 7 install #21

Closed
opened 2026-02-27 22:07:16 +03:00 by kerem · 3 comments
Owner

Originally created by @ghost on GitHub (Mar 9, 2014).
Original GitHub issue: https://github.com/sibprogrammer/owp/issues/40

please to update installer so it installs ruby-1.8 instead of 1.9 in debian 7

Originally created by @ghost on GitHub (Mar 9, 2014). Original GitHub issue: https://github.com/sibprogrammer/owp/issues/40 please to update installer so it installs ruby-1.8 instead of 1.9 in debian 7
kerem closed this issue 2026-02-27 22:07:17 +03:00
Author
Owner

@diez commented on GitHub (Mar 9, 2014):

when you install owp on debian 7, try edit installer - change these rows to:
if [ "$DISTRIB_ID" = "Ubuntu" -o "$DISTRIB_ID" = "Debian" ]; then
apt-get update
apt-get -y install ruby1.8 rubygems1.8 libsqlite3-ruby1.8 libopenssl-ruby1.8 rake
fi
after install owp, install missed gemms:
gem1.8 install net-ssh
gem1.8 install net-sftp

P.S. sorry for my bad english

<!-- gh-comment-id:37124758 --> @diez commented on GitHub (Mar 9, 2014): when you install owp on debian 7, try edit installer - change these rows to: if [ "$DISTRIB_ID" = "Ubuntu" -o "$DISTRIB_ID" = "Debian" ]; then apt-get update apt-get -y install ruby1.8 rubygems1.8 libsqlite3-ruby1.8 libopenssl-ruby1.8 rake fi after install owp, install missed gemms: gem1.8 install net-ssh gem1.8 install net-sftp P.S. sorry for my bad english
Author
Owner

@hyperclock commented on GitHub (Mar 28, 2014):

do this first :
apt-get install ruby-switch ruby1.8

then:
ruby-switch --set ruby1.8

then install the method provided.

This worked for me and I don't have any probelems. I done 6 installs this way just to see if this works every time.

<!-- gh-comment-id:38880435 --> @hyperclock commented on GitHub (Mar 28, 2014): do this first : apt-get install ruby-switch ruby1.8 then: ruby-switch --set ruby1.8 then install the method provided. This worked for me and I don't have any probelems. I done 6 installs this way just to see if this works every time.
Author
Owner

@Megaf commented on GitHub (May 5, 2015):

Fixed by https://github.com/sibprogrammer/owp/pull/61#event-295685380

<!-- gh-comment-id:99101734 --> @Megaf commented on GitHub (May 5, 2015): Fixed by https://github.com/sibprogrammer/owp/pull/61#event-295685380
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/owp#21
No description provided.