File tree Expand file tree Collapse file tree 5 files changed +0
-13
lines changed
vagrant/coderwall-box/scripts Expand file tree Collapse file tree 5 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 3
3
- 2.1.2
4
4
bundler_args : " --without development production autotest"
5
5
services :
6
- - memcached
7
6
- mongodb
8
7
- redis-server
9
8
before_install :
Original file line number Diff line number Diff line change @@ -33,10 +33,6 @@ gem 'jquery-rails', '= 2.0.3'
33
33
gem 'haml' , '3.1.7'
34
34
gem 'hamlbars' , '1.1.0' #haml support for handlebars/ember.js
35
35
36
- # Memcached
37
- gem 'dalli'
38
- gem 'memcachier'
39
-
40
36
# Postgres
41
37
gem 'pg'
42
38
Original file line number Diff line number Diff line change 171
171
httparty (~> 0.10 )
172
172
json
173
173
curb (0.8.5 )
174
- dalli (2.7.2 )
175
174
database_cleaner (1.3.0 )
176
175
debug_inspector (0.0.2 )
177
176
debugger-linecache (1.2.0 )
352
351
treetop (~> 1.4.8 )
353
352
mail_view (2.0.4 )
354
353
tilt
355
- memcachier (0.0.2 )
356
354
memoizable (0.4.2 )
357
355
thread_safe (~> 0.3 , >= 0.3.1 )
358
356
method_source (0.8.2 )
@@ -736,7 +734,6 @@ DEPENDENCIES
736
734
color
737
735
compass-rails
738
736
createsend
739
- dalli
740
737
database_cleaner
741
738
dotenv-rails
742
739
ember-rails !
@@ -769,7 +766,6 @@ DEPENDENCIES
769
766
local_time
770
767
mail
771
768
mail_view
772
- memcachier
773
769
mini_magick
774
770
mixpanel
775
771
mongo
Original file line number Diff line number Diff line change 3
3
config . cache_classes = true
4
4
config . consider_all_requests_local = false
5
5
config . action_controller . perform_caching = true
6
- config . cache_store = :dalli_store
7
6
config . force_ssl = true
8
7
config . action_controller . asset_host = ENV [ 'CDN_ASSET_HOST' ]
9
8
config . action_mailer . asset_host = ENV [ 'CDN_ASSET_HOST' ]
Original file line number Diff line number Diff line change @@ -143,9 +143,6 @@ wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearc
143
143
dpkg -i elasticsearch-$ES_VERSION .deb
144
144
rm -rf ~ /elasticsearch-$ES_VERSION .deb
145
145
146
- # Memcached
147
- apt-get -y install memcached
148
-
149
146
# Add /opt/ruby/bin to the global path as the last resort so
150
147
# Ruby, RubyGems, and Chef/Puppet are visible
151
148
echo ' PATH=$PATH:/opt/ruby/bin' > /etc/profile.d/vagrantruby.sh
You can’t perform that action at this time.
0 commit comments