-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ #167 | add getting started guide #177
Conversation
@HoaVu please review |
a676bc1
to
c9db78f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hoatle: please check my comments.
|
||
Sometimes, we need some customed configuration other than default configuration. | ||
|
||
So for easier upgrade and customed configuration, we use a json file named `vagrant_config_override.json` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
customized
Configuration | ||
------------- | ||
|
||
Sometimes, we need some customed configuration other than default configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
customized
By using this, we can easily upgrade teracy-dev with ease, no conflicts introduced. | ||
|
||
|
||
For example, to use more memory for the VM, looking at the `vagrant_config.json` we could find: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the vagrant_config.json
file
"description":"teracy-dev #{Time.now.getutc.to_i}" | ||
} | ||
|
||
Now create `vagrant_config_override.json` file with the following content: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create the
} | ||
} | ||
|
||
After that, ``$ vagrant reload``, then this override configuration will update the VM with *3072* MB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- overridden
- 3072 MB memory
IP Address | ||
---------- | ||
|
||
By default, the VM use public dynamic ip address, so we need to know its ip address to access. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the VM uses a public...
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/htGqh_UyY_I" frameborder="0" allowfullscreen></iframe> | ||
|
||
Open terminal window to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open the terminal window:
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/MteK5c1r6B8" frameborder="0" allowfullscreen></iframe> | ||
|
||
Open terminal window to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open the terminal window:
|
||
Manual Installation | ||
------------------- | ||
Run ``Command Prompt`` as administrator and paste the Cmd.exe command from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paste or copy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
paste the Cmd.exe command copied from
|
||
Complete the following guides to get it work: | ||
- If you ``$ vagrant up`` but can not start the VirtualBox, please find "VBoxUSBMon.inf" and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cannot
No description provided.