mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Update server greeting, add it to examples
This commit is contained in:
parent
9713053f31
commit
aa8b0603d3
5 changed files with 736 additions and 266 deletions
|
@ -2,7 +2,7 @@ require 'mina/bundler'
|
|||
require 'mina/rails'
|
||||
require 'mina/git'
|
||||
require 'mina/whenever'
|
||||
require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
||||
# require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
|
||||
# require 'mina/rvm' # for rvm support. (http://rvm.io)
|
||||
|
||||
# Basic settings:
|
||||
|
@ -50,7 +50,7 @@ set :shared_paths, [
|
|||
task :environment do
|
||||
# If you're using rbenv, use this to load the rbenv environment.
|
||||
# Be sure to commit your .rbenv-version to your repository.
|
||||
invoke :'rbenv:load'
|
||||
# invoke :'rbenv:load'
|
||||
|
||||
# For those using RVM, use this to load an RVM version@gemset.
|
||||
# invoke :'rvm:use[ruby-1.9.3-p125@default]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue