0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Vagrant Share memo

Last updated at Posted at 2014-12-01
  • "Vagrant Cloud" の "Vagrant Share" を使えば秒速でWebアプリを公開できる。
  • そして秒速で抹消できる。
  • デモンストレーションには最適!

1. JOIN VAGRANT CLOUD

  1. Vagrant cloud
  2. click "JOIN VAGRANT CLOUD"
  3. input "Username" + "Email" + "Password" + "Password confirmation"
  4. join now!

2. Vagrant setup

  • Vagrant setup

  • vmにsshで繋いでapacheかnginxをインストールして起動

3. Log in to Vagrant Cloud

$ Vagrant login

# Vagrant Cloudのユーザ名とパスワードを入力
Username or Email: <username>
Password (will be hidden):<password>

4. Share your Vagrant

$ Vagrant share

==> default: Detecting network information for machine...
    default: Local machine address: 192.168.33.10
    default: Local HTTP port: 80
    default: Local HTTPS port: disabled
==> default: Checking authentication and authorization...
==> default: Creating Vagrant Share session...
    default: Share will be at: gullible-panther-8668
==> default: Your Vagrant Share is running! Name: gullible-panther-8668
# これがURL
==> default: URL: http://gullible-panther-8668.vagrantshare.com

4. Browser access

5. Exit

Ctrl + c
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?