Last active
July 30, 2016 23:54
-
-
Save yulgit1/980218c520ecfa8f7a2da4ea21d8abdf to your computer and use it in GitHub Desktop.
spotlight demo install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@spotlight-vagrant:/vagrant/spotlight_day_demo$ bundle exec rake ci | |
solr-6.1.0.zip: |==========================================================================================================================| 100% (Time: 00:02:03 ) | |
solr-6.1.0.zip.md5: |======================================================================================================================| 100% (Time: 00:00:00 ) | |
/usr/bin/ruby2.2 -I/var/lib/gems/2.2.0/gems/rspec-core-3.5.2/lib:/var/lib/gems/2.2.0/gems/rspec-support-3.5.0/lib /var/lib/gems/2.2.0/gems/rspec-core-3.5.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb | |
DEPRECATION WARNING: You are using the a deprecated processor interface #<Proc:0x00000006b40298@/var/lib/gems/2.2.0/gems/autoprefixer-rails-6.3.7/lib/autoprefixer-rails/sprockets.rb:37>. | |
Please update your processor interface: | |
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors | |
(called from install at /var/lib/gems/2.2.0/gems/autoprefixer-rails-6.3.7/lib/autoprefixer-rails/sprockets.rb:37) | |
DEPRECATION WARNING: You are using the a deprecated processor interface #<Proc:0x00000006b70ad8@/var/lib/gems/2.2.0/gems/autoprefixer-rails-6.3.7/lib/autoprefixer-rails/sprockets.rb:37>. | |
Please update your processor interface: | |
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors | |
(called from install at /var/lib/gems/2.2.0/gems/autoprefixer-rails-6.3.7/lib/autoprefixer-rails/sprockets.rb:37) | |
Running via Spring preloader in process 4134 | |
Randomized with seed 59759 | |
home page | |
works | |
Top 1 slowest examples (45.99 seconds, 100.0% of total time): | |
home page works | |
45.99 seconds ./spec/features/home_page_spec.rb:4 | |
Finished in 45.99 seconds (files took 9.53 seconds to load) | |
1 example, 0 failures | |
Randomized with seed 59759 | |
vagrant@spotlight-vagrant:/vagrant/spotlight_day_demo$ bundle exec rake spotlight:initialize | |
DEPRECATION WARNING: You are using the a deprecated processor interface #<Proc:0x000000054b3610@/var/lib/gems/2.2.0/gems/autoprefixer-rails-6.3.7/lib/autoprefixer-rails/sprockets.rb:37>. | |
Please update your processor interface: | |
https://github.com/rails/sprockets/blob/master/guides/extending_sprockets.md#supporting-all-versions-of-sprockets-in-processors | |
(called from install at /var/lib/gems/2.2.0/gems/autoprefixer-rails-6.3.7/lib/autoprefixer-rails/sprockets.rb:37) | |
Creating an initial admin user. | |
Email: [email protected] | |
User not found. Enter a password to create the user. | |
Password (must be 8+ characters): | |
User created. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment