Installation

I tried to keep the installation simple, but don't worry if you get stuck. Come by /r/anonymart and we'll try and help.

Hosting

The first step is to get a server that runs Debian 7. The following hosts offer Debian 7 boxes and accept bitcoin.

Accessing your machine over Tor

Some hosts (such as Vultr) offer a web console to manage your server. Other hosts requre you to use SSH to access your server. Make sure you use SSH over tor. Using SSH over tor properly depends on which OS you use (Mac/Windows/Linux) so I won't include instructions here.

Installing Anonymart

Once you've connected to your server, run the following commands in order, one line at a time.

apt-get install git -y
git clone https://github.com/anonymart/anonymart.git /var/www/anonymart
chmod u+rwx /var/www/anonymart/bin/*
chmod u+rwx /var/www/anonymart/bin/init.sh

Wait while anonymart installs. The very last line should be your onion url. Put that link in your tor browser and you should be greeted by a site setup form. To login into your Anonymart, point your Tor browser to yoursite.onion/login.

Updates

You can enable automatic updates on your Anonymart. However you can update manually by running the following command

/var/www/anonymart/bin/update.sh