Install

1 Install in Ubuntu (Launchpad)

Astade for Ubuntu is available at Launchpad. There you can find two package archives for stable releases and for daily builds. Just follow the Launchpad instructions on how to add the archive of your choice to your system.

Here is the short version for the stable release archive:

sudo apt-add-repository ppa:astade/
release
sudo apt-get update
sudo apt-get install astade

That’s all.

Behind a proxy you need:

export http_proxy=http://<proxy>:<port>
export https_proxy=http://<proxy>:<port>
sudo -E apt-add-repository ppa:astade/release

For adding the ppa.

2 Install in Debian

To install Astade in Debian add the following lines to your /etc/apt/sources.list (resp. the sources.list.d/astade.list):

deb http://ppa.launchpad.net/astade/daily/ubuntu/ devel main
deb-src http://ppa.launchpad.net/astade/daily/ubuntu/ devel main

Afterwards you can run (as usual):

apt-get update
apt-get install astade

Voila.

3 Install in Windows

Currently we do not build a Version for Windows. An Windows Installer for an older Release you find here: Astade-setup-1.4.0.exe