en:documentation:make_a_portable_installation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:documentation:make_a_portable_installation [2014/02/09 16:23] – [Make a portable installation of Skychart] pch | en:documentation:make_a_portable_installation [2015/11/06 20:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ======Make a portable installation of Skychart====== | ======Make a portable installation of Skychart====== | ||
| - | A portable install mean you install Skychart on a removable media (USB stick) and you can plug it to any PC to run the application without any further configuration.\\ | + | A portable install mean you install Skychart on a removable media (USB stick, external disk) and you can plug it to any PC to run the application without any further configuration. The configuration is also written to the removable media so you retrieve your preferred settings on any computer.\\ |
| The version 3.8 or more recent is required for this process | The version 3.8 or more recent is required for this process | ||
| The example is given here for Windows but you can do almost the same on Linux, in this case use the tar installer for an easy setup. \\ | The example is given here for Windows but you can do almost the same on Linux, in this case use the tar installer for an easy setup. \\ | ||
| - | You can also use the portable version for Windows on Linux/Mac by using Wine. This way you need a single USB stick for all the platform. | + | You can also use the portable version for Windows on Linux/Mac by using Wine. This way you need a single USB stick for any platform. |
| The commands suppose your removable media is mounted on the drive E: change accordingly if it use another letter. | The commands suppose your removable media is mounted on the drive E: change accordingly if it use another letter. | ||
| Line 20: | Line 20: | ||
| </ | </ | ||
| - | **2)** Download the Skychart | + | **2)** Download the Skychart |
| **3)** Extract the zip file in this folder: | **3)** Extract the zip file in this folder: | ||
| Line 45: | Line 45: | ||
| ===== Optional steps ===== | ===== Optional steps ===== | ||
| - | |||
| - | ==== Make a script to run on Linux with Wine ==== | ||
| - | |||
| - | < | ||
| - | notepad skychart.sh</ | ||
| - | Copy the following lines and save the file: | ||
| - | < | ||
| - | #!/bin/bash | ||
| - | basedir=$(wine cmd /C cd) | ||
| - | basedir=${basedir%$' | ||
| - | wine " | ||
| - | |||
| - | </ | ||
| - | |||
| ==== Do not let any trace in the registry ==== | ==== Do not let any trace in the registry ==== | ||
| Line 74: | Line 60: | ||
| Another option is to save and reload a chart using the menu File/Save as , File/Open. | Another option is to save and reload a chart using the menu File/Save as , File/Open. | ||
| + | |||
| + | |||
| + | ==== Make a script to run on Linux with Wine ==== | ||
| + | |||
| + | Mount the configured USB key on your Linux system. | ||
| + | |||
| + | < | ||
| + | vi skychart.sh</ | ||
| + | Copy the following lines and save the file: | ||
| + | < | ||
| + | #!/bin/bash | ||
| + | wine cmd /C skychart.cmd | ||
| + | |||
| + | </ | ||
| + | |||
| + | As you cannot set the executable bit on a FAT file system do the following to run: | ||
| + | < | ||
| + | cd / | ||
| + | bash skychart.sh | ||
| + | </ | ||
| + | |||
en/documentation/make_a_portable_installation.1391959410.txt.gz · Last modified: 2015/11/06 20:33 (external edit)
