forked from nodeschool/silesia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions with post-import actions to complete VM configuration (
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Jak dokonfigurować wirtualną maszynę? | ||
------------------------------------- | ||
|
||
- Po zaimportowaniu obrazu OVA zmień ustawienia sieci i ustaw adapter na "Bridged" | ||
- Skonfiguruj współdzielony katalog, w którym będziesz trzymał źródła (odznacz read-only, zaznacz auto-mount) | ||
- Jeśli VM została wcześniej uruchomiona, zatrzymaj ją | ||
- Uruchom maszynę w trybie headless (trzymając SHIFT) | ||
- Aby poznać IP po uruchomieniu maszyny wykonaj w konsoli komendę: | ||
VBoxManage guestproperty get nodeschool-vm /VirtualBox/GuestInfo/Net/0/V4/IP | ||
- Użyj klienta SSH (zalecamy PuTTY [1]) do zalogowania się na użytkownika vagrant (hasło: vagrant) | ||
|
||
Współdzielony zasób znajduje się w /media/sf_<nazwa_zasobu> | ||
|
||
[1] http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe |