mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 15:35:58 +03:00
[GH-ISSUE #40] debian 7 install #21
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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
@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.
@Megaf commented on GitHub (May 5, 2015):
Fixed by https://github.com/sibprogrammer/owp/pull/61#event-295685380