journal
all ![]() | Rob is 20,118 days old today. |
Entries this day: about-to-install-kakoune having-ansible-install-redmine about to install kakoune 10:54 Friday 16 December 2016 JSTFrom 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:09Okay 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. permalinkhaving ansible install redmine 20:01 Friday 16 December 2016 JSTHere'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 |