Table Of Contents

Previous topic

AAltsys Developer Documentation Resource Pages

Next topic

Re-Structured Text Syntax

This Page

Download Helper Files

Shell scripts and helper files are linked as downloads throughout the developer documentation. Here is a consolidated list of these files, both as download links and as wget terminal commands.

Note

Assuming the doc- script files listed below are saved in folder ~/Projects, then the scripts may be executed from within project sub-folders with the command format ../{scriptname}. Remenber to make the scripts executable in the file permissions first.

Linux installation scripts

apt-fast.sh

For existing installs of Ubuntu (14.04 or earlier), download and install apt-fast.sh to speed up apt- installation processes. [1]

Note

The first-install.sh and rest-install.sh scripts described following are optimized using apt-fast already, so there is no need to install apt-fast separately in that case.

KUbuntu_14: apt-fast.sh

first-install.sh

After installing Ubuntu Linux (or a derivative) on your computer, download one of the following scripts as appropriate, saving it to the desktop with the name first-install.sh.

KDE-Mint_10: KDE-Mint_10.sh
KDE-Mint_12: KDE-Mint_12.sh
KUbuntu_12: KUbuntu_12.sh
KUbuntu_13: KUbuntu_13.sh
KUbuntu_14: KUbuntu_14.sh

Get the respective script from the command line via wget with:

wget -O first-install.sh http://develop.aaltsys.info/resources/_downloads/KDE-Mint_10-desktop.sh
wget -O first-install.sh http://develop.aaltsys.info/resources/_downloads/KDE-Mint_12-desktop.sh
wget -O first-install.sh http://develop.aaltsys.info/resources/_downloads/KUbuntu_12-desktop.sh
wget -O first-install.sh http://develop.aaltsys.info/resources/_downloads/KUbuntu_13-desktop.sh
wget -O first-install.sh http://develop.aaltsys.info/resources/_downloads/KUbuntu_14-desktop.sh

Execute the script with the command:

bash first-install.sh

rest-install.sh

To install ReSructuredText project support, download the script rest-install.sh to the desktop and execute it with the command,

bash rest-install.sh

The wget download command to get this script is:

wget -O rest-install.sh http://develop.aaltsys.info/resources/_downloads/rest-install.sh