I hereby claim:
- I am antoinelyset on github.
- I am antoinelyset (https://keybase.io/antoinelyset) on keybase.
- I have a public key whose fingerprint is 585E 3D08 E4A0 0CC6 C15D 0A21 10C2 94FE EBE5 2056
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# config/initializers/templates.rb | |
module KramdownTemplateHandler | |
def self.call(template) | |
"'#{Kramdown::Document.new(template.source).to_html}'.html_safe" | |
end | |
end | |
ActionView::Template.register_template_handler :md, KramdownTemplateHandler | |
--- | |
# Configures the system for deploying My School Day | |
- name: Ensure backend directory exists | |
file: path=/apps/backend state=directory owner=app group=apps mode=0770 | |
- name: Ensure shared directory exists | |
file: path=/apps/shared state=directory owner=app group=apps mode=0770 | |
- name: Ensure shared sub directories exist |
Notable papers for performance evaluation:
Caveats: This list is not exhaustive nor are the papers necessarily correct.
Notes: These all discuss Java as it was the only programming language to exist for a long time before lesser languages like SELF, Smalltalk, C, Ruby, etc. were discovered.
curl https://raw.github.com/creationix/nvm/master/install.sh | sh | |
echo 'source ~/.nvm/nvm.sh' > ~/.bashrc | |
source ~/.bashrc | |
nvm install 0.6.21 | |
nvm alias default 0.6.21 | |
nvm use 0.6.21 | |
curl https://npmjs.org/install.sh | sh | |
sudo npm install -g juggernaut |
exec { 'bundle install': | |
command => '/usr/local/rvm/bin/rvm 1.9.3@rocci-server do bundle install', | |
cwd => '/home/occi/rocci-server', | |
logoutput => true, | |
} |