hosts:
- mongodb:27017
options:
# The name of the user for authentication.
user: 'user'
# The password of the user for authentication.
password: 'password'
# The user's database roles.
roles:
- 'dbOwner'
# Change the default authentication mechanism. Valid options are: :scram,
# :mongodb_cr, :mongodb_x509, and :plain. (default on 3.0 is :scram, default
# on 2.4 and 2.6 is :plain)
auth_mech: :scram
# The database or source to authenticate the user against. (default: admin)
auth_source: admin
# wagon serve -h 172.20.0.3
NOTE: nokogumbo: Using Nokogiri::HTML5 provided by Nokogiri. See https://github.com/sparklemotion/nokogiri/issues/2205 for more information.
Your site is served now.
Browse http://172.20.0.3:3333
# cd /locomotive/sites/mysite
# wagon auth
Locomotive Sign in/up
Enter the URL of your platform? (default: https://station.locomotive.works) http://locomotive.local:3000
Enter your e-mail? [email protected]
Enter your password?
You have been successfully authenticated.
サイトをデプロイします。
# wagon deploy test -v -d
NOTE: nokogumbo: Using Nokogiri::HTML5 provided by Nokogiri. See https://github.com/sparklemotion/nokogiri/issues/2205 for more information.
You are about to deploy a new site
Are you sure you want to perform this action? (answer yes or no) yes
What is the URL of your platform? (default: https://station.locomotive.works) http://locomotive.local:3000
What is the handle of your site? (default: a random one)
Warning! You're about to deploy data which will alter the content of your site.
Are you sure you want to perform this action? (answer yes or no) yes
Pushing Site
persisting mysite [done]
Pushing ContentTypes
persisting Projects [done]
persisting Projects with relationships [skip]
Pushing ContentEntries
persisting Projects / Sample 1 [done]
persisting Projects / Sample 2 [done]
persisting Projects / Sample 3 [done]
persisting Projects / Sample 4 [done]
persisting Projects / Sample 1 with relationships [skip]
persisting Projects / Sample 2 with relationships [skip]
persisting Projects / Sample 3 with relationships [skip]
persisting Projects / Sample 4 with relationships [skip]
Pushing Pages
persisting 404 (en) [done]
persisting index (en) [done]
persisting layouts (en) [done]
persisting layouts/default (en) [done]
Pushing Snippets
Pushing Sections
persisting Hero [done]
persisting Latest projects [done]
Pushing ThemeAssets
persisting stylesheets/bundle.css [done]
persisting javascripts/bundle.js [done]
Pushing Translations
Your site has been deployed.
To preview your site, visit: http://locomotive.local:3000/locomotive/energized-foliage-6811/preview
To edit the content of your site, visit: http://locomotive.local:3000/locomotive/sign_in