Download Mako Server for Linux X86

The binaries have been compiled on Debian 7 and should function on most X86 based Linux distributions. You can also compile your own version.

Download and run the tutorials:

Install the server for Linux X32 or X64 and run the tutorials by copying the following and pasting the commands into a shell window:

bash -c "$(wget -q -O- makoserver.net/download/InstallMakoX86.sh)"

Read the included readme file and the getting started guide.

Alternative Installation

Mako Server for 32 bit Linux

Download the Mako Server for Linux x86 directly to your Linux computer as follows:

wget makoserver.net/download/mako.linux-x32.tar.gz

Mako Server for 64 bit Linux

Download the Mako Server for Linux x86-64 directly to your Linux computer as follows:

wget makoserver.net/download/mako.linux-x64.tar.gz

Linux Service

After downloading and unpacking the tar file, you may optionally install the Mako Server as a service as follows:

cp mako mako.zip /bin; useradd -G daemon -m -s /bin/bash mako cd /etc/init.d/; wget /download/scripts/mako.sh; chmod +x mako.sh; update-rc.d mako.sh defaults

See the tutorial Installing Mako Server as a Service on Linux for details