Skip to content

Commit 77cffb7

Browse files
authored
Merge pull request #4 from flexera-public/sre1-2228
[SRE1-2228] Migrate rightscale docs to flexera-public org
2 parents b700bd2 + d143ca1 commit 77cffb7

File tree

3,030 files changed

+123066
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,030 files changed

+123066
-1
lines changed

Dockerfile

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
FROM rightscale/ops_ruby21x_build
2+
3+
WORKDIR /srv
4+
5+
# Setup Surge (Node.js + surge)
6+
RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
7+
RUN sudo apt-get install -y nodejs
8+
RUN npm install --global surge
9+
10+
# Setup Ruby bundle
11+
COPY Gemfile* /srv/
12+
RUN bundle install
13+
14+
# Copy required files
15+
COPY Rakefile config.* /srv/
16+
COPY util /srv/util/
17+
COPY source /srv/source/
18+
COPY data /srv/data/
19+
20+
# Pull down latest policies.json to docker image
21+
RUN curl -s -o /srv/data/policies.json https://s3.amazonaws.com/rs-policysync-tool/active-policy-list.json
22+
23+
EXPOSE 4567 23729
24+
25+
CMD ["bundle", "exec", "rake", "serve"]

Gemfile

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'rake'
4+
gem 'middleman', '~> 3.3.10'
5+
gem 'builder', '~> 3.2.2'
6+
gem 'middleman-livereload', '~> 3.4.2'
7+
gem 'middleman-deploy', '~> 1.0.0'
8+
gem 'middleman-imageoptim', '~> 0.2.1'
9+
gem 'middleman-syntax', '~> 2.0.0'
10+
gem 'middleman-blog', '~> 3.5.3'
11+
gem 'slim', '~> 3.0.3'
12+
gem 'redcarpet', '~> 3.2.2'
13+
gem 'therubyracer', '~> 0.12.1'
14+
# For faster file watcher updates on Windows:
15+
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw, :mingw_20]
16+
# Windows does not come with time zone data
17+
gem 'tzinfo-data', '~> 1.2015.2', platforms: [:mswin, :mingw, :mingw_20]
18+
# For breadcrumb support:
19+
gem 'middleman-breadcrumbs', '~> 0.3.3'
20+
21+
# Assets
22+
gem 'bourbon', '~> 3.2.3', require: false
23+
gem 'bootstrap-sass', '~> 3.3.5.1', require: false
24+
gem 'jquery-middleman', '~> 3.0.4'
25+
gem 'middleman-trailing_slashes', '~> 0.0.1'
26+
gem 'middleman-alias', '~> 0.0'
27+
gem 'fastimage', '~> 1.6'

Gemfile.lock

Lines changed: 209 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,209 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.1.15)
5+
i18n (~> 0.6, >= 0.6.9)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.1)
9+
tzinfo (~> 1.1)
10+
addressable (2.3.8)
11+
autoprefixer-rails (6.3.6)
12+
execjs
13+
bootstrap-sass (3.3.5.1)
14+
autoprefixer-rails (>= 5.0.0.1)
15+
sass (>= 3.3.0)
16+
bourbon (3.2.4)
17+
sass (~> 3.2)
18+
thor
19+
builder (3.2.2)
20+
celluloid (0.16.0)
21+
timers (~> 4.0.0)
22+
chunky_png (1.3.5)
23+
coffee-script (2.4.1)
24+
coffee-script-source
25+
execjs
26+
coffee-script-source (1.10.0)
27+
compass (1.0.3)
28+
chunky_png (~> 1.2)
29+
compass-core (~> 1.0.2)
30+
compass-import-once (~> 1.0.5)
31+
rb-fsevent (>= 0.9.3)
32+
rb-inotify (>= 0.9)
33+
sass (>= 3.3.13, < 3.5)
34+
compass-core (1.0.3)
35+
multi_json (~> 1.0)
36+
sass (>= 3.3.0, < 3.5)
37+
compass-import-once (1.0.5)
38+
sass (>= 3.2, < 3.5)
39+
em-websocket (0.5.1)
40+
eventmachine (>= 0.12.9)
41+
http_parser.rb (~> 0.6.0)
42+
erubis (2.7.0)
43+
eventmachine (1.2.0.1)
44+
execjs (2.6.0)
45+
exifr (1.2.4)
46+
fastimage (1.9.0)
47+
addressable (~> 2.3.5)
48+
ffi (1.9.10)
49+
fspath (2.1.1)
50+
haml (4.0.7)
51+
tilt
52+
hike (1.2.3)
53+
hitimes (1.2.4)
54+
hooks (0.4.1)
55+
uber (~> 0.0.14)
56+
http_parser.rb (0.6.0)
57+
i18n (0.7.0)
58+
image_optim (0.20.2)
59+
exifr (~> 1.1, >= 1.1.3)
60+
fspath (~> 2.1)
61+
image_size (~> 1.3)
62+
in_threads (~> 1.3)
63+
progress (~> 3.0, >= 3.0.1)
64+
image_optim_pack (0.2.1.20160413)
65+
fspath (~> 2.1)
66+
image_optim (~> 0.19)
67+
image_size (1.4.2)
68+
in_threads (1.3.1)
69+
jquery-middleman (3.0.4)
70+
thor (>= 0.14, < 2.0)
71+
json (1.8.3)
72+
kramdown (1.11.1)
73+
libv8 (3.16.14.15)
74+
listen (2.10.1)
75+
celluloid (~> 0.16.0)
76+
rb-fsevent (>= 0.9.3)
77+
rb-inotify (>= 0.9)
78+
middleman (3.3.12)
79+
coffee-script (~> 2.2)
80+
compass (>= 1.0.0, < 2.0.0)
81+
compass-import-once (= 1.0.5)
82+
execjs (~> 2.0)
83+
haml (>= 4.0.5)
84+
kramdown (~> 1.2)
85+
middleman-core (= 3.3.12)
86+
middleman-sprockets (>= 3.1.2)
87+
sass (>= 3.4.0, < 4.0)
88+
uglifier (~> 2.5)
89+
middleman-alias (0.0.16)
90+
middleman-core (~> 3.2)
91+
middleman-blog (3.5.3)
92+
addressable (~> 2.3.5)
93+
middleman-core (~> 3.2)
94+
tzinfo (>= 0.3.0)
95+
middleman-breadcrumbs (0.3.3)
96+
middleman (>= 3.3.5)
97+
middleman-core (3.3.12)
98+
activesupport (~> 4.1.0)
99+
bundler (~> 1.1)
100+
erubis
101+
hooks (~> 0.3)
102+
i18n (~> 0.7.0)
103+
listen (>= 2.7.9, < 3.0)
104+
padrino-helpers (~> 0.12.3)
105+
rack (>= 1.4.5, < 2.0)
106+
rack-test (~> 0.6.2)
107+
thor (>= 0.15.2, < 2.0)
108+
tilt (~> 1.4.1, < 2.0)
109+
middleman-deploy (1.0.0)
110+
middleman-core (>= 3.2)
111+
net-sftp
112+
ptools
113+
middleman-imageoptim (0.2.1)
114+
image_optim (~> 0.20.2)
115+
image_optim_pack (~> 0.2.1)
116+
middleman-core (>= 3.1)
117+
middleman-livereload (3.4.6)
118+
em-websocket (~> 0.5.1)
119+
middleman-core (>= 3.3)
120+
rack-livereload (~> 0.3.15)
121+
middleman-sprockets (3.4.2)
122+
middleman-core (>= 3.3)
123+
sprockets (~> 2.12.1)
124+
sprockets-helpers (~> 1.1.0)
125+
sprockets-sass (~> 1.3.0)
126+
middleman-syntax (2.0.0)
127+
middleman-core (~> 3.2)
128+
rouge (~> 1.0)
129+
middleman-trailing_slashes (0.0.1)
130+
middleman-core (>= 3.3.10)
131+
minitest (5.8.4)
132+
multi_json (1.12.0)
133+
net-sftp (2.1.2)
134+
net-ssh (>= 2.6.5)
135+
net-ssh (3.1.1)
136+
padrino-helpers (0.12.5)
137+
i18n (~> 0.6, >= 0.6.7)
138+
padrino-support (= 0.12.5)
139+
tilt (~> 1.4.1)
140+
padrino-support (0.12.5)
141+
activesupport (>= 3.1)
142+
progress (3.1.1)
143+
ptools (1.3.3)
144+
rack (1.6.4)
145+
rack-livereload (0.3.16)
146+
rack
147+
rack-test (0.6.3)
148+
rack (>= 1.0)
149+
rake (11.1.2)
150+
rb-fsevent (0.9.7)
151+
rb-inotify (0.9.7)
152+
ffi (>= 0.5.0)
153+
redcarpet (3.2.3)
154+
ref (2.0.0)
155+
rouge (1.10.1)
156+
sass (3.4.22)
157+
slim (3.0.6)
158+
temple (~> 0.7.3)
159+
tilt (>= 1.3.3, < 2.1)
160+
sprockets (2.12.4)
161+
hike (~> 1.2)
162+
multi_json (~> 1.0)
163+
rack (~> 1.0)
164+
tilt (~> 1.1, != 1.3.0)
165+
sprockets-helpers (1.1.0)
166+
sprockets (~> 2.0)
167+
sprockets-sass (1.3.1)
168+
sprockets (~> 2.0)
169+
tilt (~> 1.1)
170+
temple (0.7.6)
171+
therubyracer (0.12.2)
172+
libv8 (~> 3.16.14.0)
173+
ref
174+
thor (0.19.1)
175+
thread_safe (0.3.5)
176+
tilt (1.4.1)
177+
timers (4.0.4)
178+
hitimes
179+
tzinfo (1.2.2)
180+
thread_safe (~> 0.1)
181+
uber (0.0.15)
182+
uglifier (2.7.2)
183+
execjs (>= 0.3.0)
184+
json (>= 1.8.0)
185+
186+
PLATFORMS
187+
ruby
188+
189+
DEPENDENCIES
190+
bootstrap-sass (~> 3.3.5.1)
191+
bourbon (~> 3.2.3)
192+
builder (~> 3.2.2)
193+
fastimage (~> 1.6)
194+
jquery-middleman (~> 3.0.4)
195+
middleman (~> 3.3.10)
196+
middleman-alias (~> 0.0)
197+
middleman-blog (~> 3.5.3)
198+
middleman-breadcrumbs (~> 0.3.3)
199+
middleman-deploy (~> 1.0.0)
200+
middleman-imageoptim (~> 0.2.1)
201+
middleman-livereload (~> 3.4.2)
202+
middleman-syntax (~> 2.0.0)
203+
middleman-trailing_slashes (~> 0.0.1)
204+
rake
205+
redcarpet (~> 3.2.2)
206+
slim (~> 3.0.3)
207+
therubyracer (~> 0.12.1)
208+
tzinfo-data (~> 1.2015.2)
209+
wdm (~> 0.1.0)

0 commit comments

Comments
 (0)