fetsite installation
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# Install 1 or more versions of ruby
|
||||
# The last ruby listed will be set as the default ruby
|
||||
rvm1_rubies:
|
||||
- 'ruby-2.1.0'
|
||||
- 'ruby-2.3.1'
|
||||
- '2.1.0'
|
||||
- '2.3.1'
|
||||
|
||||
# Install bundler
|
||||
rvm1_bundler_install: True
|
||||
@@ -45,7 +45,7 @@ rvm1_gpg_keys: '409B6B1796C275462A1703113804BB82D39DC0E3'
|
||||
rvm1_gpg_key_server: 'hkp://keys.gnupg.net'
|
||||
|
||||
# autolib mode, see https://rvm.io/rvm/autolibs
|
||||
rvm1_autolib_mode: 3
|
||||
rvm1_autolib_mode: read-only
|
||||
|
||||
# Name of UID 0 user
|
||||
root_user: 'root'
|
||||
@@ -60,4 +60,26 @@ ruby_req_packages:
|
||||
- curl
|
||||
- gzip
|
||||
- bzip2
|
||||
- default-libmysqlclient-dev
|
||||
- default-libmysqlclient-dev
|
||||
- gawk
|
||||
- g++
|
||||
- gcc
|
||||
- libc6-dev
|
||||
- libreadline6-dev
|
||||
- zlib1g-dev
|
||||
- libyaml-dev
|
||||
- libsqlite3-dev
|
||||
- sqlite3
|
||||
- autoconf
|
||||
- libgmp-dev
|
||||
- libgdbm-dev
|
||||
- libmagickwand-dev
|
||||
- imagemagick
|
||||
- libncurses5-dev
|
||||
- bison
|
||||
- libffi-dev
|
||||
- libssl1.0-dev
|
||||
ruby_sites: []
|
||||
|
||||
|
||||
#- libssl-dev
|
||||
|
||||
@@ -1,15 +1 @@
|
||||
ruby_sites:
|
||||
- name: "Seite 1"
|
||||
become_user: "ruby"
|
||||
git:
|
||||
repo: "/mnt/intern"
|
||||
dest: "/srv/intern/intern"
|
||||
- name: "Fetsite"
|
||||
become_user: "ruby"
|
||||
git:
|
||||
repo: "/mnt/fetsite"
|
||||
dest: "/srv/fetsite/fetsite"
|
||||
ruby_init: true
|
||||
|
||||
|
||||
# repo: "https://github.com/kbroman/simple_site"
|
||||
Reference in New Issue
Block a user