journal
all all entries rss SoML excited dreams runes YRUU ultimate KTRU skate sleepy nihongo
Rob is 20,118 days old today.
prev day next day printable version

Entries this day: about-to-install-kakoune having-ansible-install-redmine

about to install kakoune

10:54 Friday 16 December 2016 JST

From getting started with kakoune via https://kakoune.org

brew install homebrew/dupes/ncurses

Then, to install

brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/master/contrib/kakoune.rb

11:09

Okay I've just installed kakoune and am using it to type this sentence. Funny that it requires pressing the control key to select suggested words. Seems like down-arrow would be sufficient but maybe the arrow keys are too far away from keyboard.

permalink

having ansible install redmine

20:01 Friday 16 December 2016 JST

Here's the error:

TASK [redmine-ansible : Change admin default account] **************************
fatal: [54.175.38.243]: FAILED! => {"changed": true, "cmd": "ruby
script/rails runner -e production 'user = User.find(:first,
:conditions => {:admin => true}) ;
user.mail=\"youradmin@robnugen.com\";
user.salt_password(\"redmine\"); user.save!'", "delta":
"0:00:00.033956", "end": "2016-12-16 10:58:40.837395", "failed":
true, "rc": 1, "start": "2016-12-16 10:58:40.803439", "stderr":
"ruby: No such file or directory -- script/rails (LoadError)",
"stdout": "", "stdout_lines": [], "warnings": []}
to retry, use: --limit @/home/vagrant/create-server-on-aws/US_EAST_030_website_redmine.retry

Here's the line:

shell: chdir="/usr/share/redmine" ruby script/rails runner -e production 'user = User.find(:first, :conditions => {:admin => true}) ; user.mail="youradmin@robnugen.com"; user.salt_password("yourmom"); user.save!'

permalink
prev day next day