1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Fixed typos.

This commit is contained in:
Viktor Petersson 2013-06-21 14:42:49 +02:00
parent a1c7d862f4
commit 36f39d7358

View file

@ -6,7 +6,7 @@ In order to use CloudSigma with Fog, you must use Fog version 1.12.0 or later.
## Setting credentials
Fog uses ~/.fog to store credentials. To add CloudSigma as your default provider, simply add the following:
Fog uses `~/.fog` to store credentials. To add CloudSigma as your default provider, simply add the following:
:default:
:cloudsigma_username: user@example.com
@ -44,7 +44,7 @@ What this does is to stop the server, unmount the previous drive, then we attach
In order to actually run the installer, you need to open a VNC session to the server. This can be done bye issue the following command:
> serve.open_vnc
> server.open_vnc
That will print out the VNC URL, among with other data. You can simply pass the value of 'vnc_url' into your VNC client. When opening the session, you also need to provide the password, which we set to 'foobar' during the server creation.