You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,30 @@ Username is *bobby*, password is *bricodeur*.
9
9

10
10
11
11
## Install the easy visual way with VirtualBox
12
-
* Install [virtualbox](https://virtualbox.org) (and activate VT-x/AMD-V in the BIOS if needed)
12
+
* Install [VirtualBox](https://virtualbox.org) (and activate VT-x/AMD-V in the BIOS if needed)
13
13
* Download the latest *desktop* image on the [release page](https://github.com/cryptotuxorg/cryptotux/releases)
14
-
* Click on the file or in "↶ import appliance" in virtualbox
15
-
* Press "Start ➡️" on virtualbox
14
+
* Click on the file or in "↶ import appliance" in VirtualBox
15
+
* Press "Start ➡️" on VirtualBox
16
16
17
-
Keyboard layout, and screen resolution, can be changed by clicking on the icons at the bottom. Leftclick the flag to go through default options: US, FR, ES, US Mac. Rightclick and then "keyboard layout handler" to add more options.
17
+
Keyboard layout, and screen resolution, can be changed by clicking on the icons at the bottom. Left-click the flag to go through default options: US, FR, ES, US Mac. Right-click and then "keyboard layout handler" to add more options.
18
18
19
19

20
20
21
-
###Server launch and connection
22
-
The server version is designed to allow you to launch nodes and tools in a contained environment while developping from your regular desktop. As above, [download](https://github.com/cryptotuxorg/cryptotux/releases) the latest "desktop" or "server" image. You can then connect with two methods:
21
+
## Server launch and connection
22
+
The server version is designed to allow you to launch nodes and tools in a contained environment while developing from your regular desktop. As above, [download](https://github.com/cryptotuxorg/cryptotux/releases) the latest "desktop" or "server" image. You can then connect with two methods:
23
23
* Open a terminal and type `ssh bobby@192.168.33.10` (password is bricodeur)
24
24
* Open a browser at http://192.168.33.10:3310/
25
25
26
26
For further options, see [ssh configuration](doc/ssh-configuration.md)
27
27
28
28
To build the image from scratch or contribute, see [contribute](contribute.md)
29
29
30
-
###Install on top of an existing configuration
30
+
## Install on top of an existing configuration
31
31
You can install Cryptotux on top of an existing Ubuntu local install, Windows Subsystem for Linux or on a server by typing:
32
32
```bash
33
33
bash <(curl -sL https://cryptotux.org/install)
34
34
```
35
-
It has been tested on Ubuntu 20.04. You might have to install curl with `sudo apt install curl`. It should work on most Ubuntubased distribution and it can work on Debian 10 with minor changes (docker repository and adding current user to /etc/sudoers). Don't do this on a production machine.
35
+
It has been tested on Ubuntu 20.04. You might have to install curl with `sudo apt install curl`. It should work on most Ubuntu-based distribution and it can work on Debian 10 with minor changes (docker repository and adding current user to /etc/sudoers). Don't do this on a production machine.
36
36
37
37
For details on installing on Windows Subsystem for Linux, see [install on WSL](doc/install-on-Windows-WSL.md)
0 commit comments