2025年 4月4日(金) 13:30 JST

フリーソフト

rbenv gemの挙動について(確認事項)

  • 2014年11月18日(火) 11:07 JST
  • 投稿者:
  • 表示回数 104
環境変数のパスがどうなっているかの確認が必要
特にこれrbenv/shims

$ echo $PATH
/usr/local/rbenv/shims:/usr/local/rbenv/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/vagrant/bin

ruby update and rails

  • 2014年10月28日(火) 12:48 JST
  • 投稿者:
  • 表示回数 80
cd .rbenv
git pull origin master
cd plugins/ruby-build
git pull origin master
rbenv rehash
rbenv install 2.1.4
rbenv global 2.1.4
gem update --system
gem i rdoc bundler

railsやrbenvのruby環境は、gitlabやredmineで使用するがHDDのリソースを食う。
500MB位になる。
また、何が必要か分からなくなる。
これで、bundle install --path [dir]でgemをインストールするディレクトリを指定する。
rails環境でのパスを指定
bundle install --path vendor/bundle
多分、2.1.4を入れた時に必要

gollum

  • 2014年10月16日(木) 23:55 JST
  • 投稿者:
  • 表示回数 86
githubのmarkdown httpサーバ
$ gem install gollum
のインストール前に、
$ sudo port install icu +devel
$ gem install charlock_holmes -- - --with-opt-dir=/opt/local
を実施、後gem nokogiri用に
libxml2と、libxslもいるらしい。

jenkins listen addressと管理画面

  • 2014年10月10日(金) 11:28 JST
  • 投稿者:
  • 表示回数 106
待ち受けるnicをprivate lanに変える。
--httpListenAddress=$HTTP_HOST
Binds Jenkins to the IP address represented by $HTTP_HOST. The default is 0.0.0.0 — i.e. listening on all available interfaces. For example, to only listen for requests from localhost, you could use: --httpListenAddress=127.0.0.1

動画編集ツール

  • 2014年 9月28日(日) 09:31 JST
  • 投稿者:
  • 表示回数 101
mpv application
コマンドラインで使用するらしい。
macportsにもある。

netatalk 3.1.6 update

  • 2014年 8月30日(土) 00:03 JST
  • 投稿者:
  • 表示回数 189
wheezy
./configure \
--with-init-style=debian-sysv \
--prefix=/opt/local \
--with-cracklib \
--enable-krbV-uam \
--without-libevent \
--with-pam-confdir=/etc/pam.d \
--with-dbus-sysconf-dir=/etc/dbus-1/system.d \
--with-tracker-pkgconfig-version=0.14
ubuntu 14.04
./configure \
--with-init-style=debian-sysv \
--prefix=/opt/local \
--with-cracklib \
--enable-krbV-uam \
--with-pam-confdir=/etc/pam.d \
--with-dbus-sysconf-dir=/etc/dbus-1/system.d \
--with-tracker-pkgconfig-version=0.16

ruby update

  • 2014年 5月11日(日) 01:50 JST
  • 投稿者:
  • 表示回数 115
cd ~/.rbenv
git pull origin master
cd ~/.rbenv/plugins/ruby-build/
git pull origin master
$ rbenv install 2.1.2
$ rbenv global 2.1.2
$ gem update --system
$ gem update
$ gem install bundler

ページナビゲーション