I figured a single thread for installation might make it easier, by the time the website is up and running.
So here it is:
For
Windows, download the installer that suits you:
- Windows 7 32-bit, support MySQL/SQLite only: here (SHA-1 checksum: 8861febaebc31da0a230893086540a3830406b1c)
- Windows 7 64-bit, support MySQL/PostgreSQL/SQLite only: here (SHA-1 checksum: 90cb13a148eab208c6207ae38f2cb9081ff0567d)
- [Others are not available right now. Eventually there will only be one installer 32-bit for all, and one 64-bit for all.]
You'll have to download that and follow the instructions. You'll have shortcuts in the start menu.
For
Linux, there are no packages yet for the different distros. There's a more or less easy way to install it though.
You can check
the INSTALL file on github for details. Here are a bunch of commands you can run on Fedora KDE to get it running in no time.
# This installs the dependencies, depending on your distro (e.g. Ubuntu, Fedora w/Gnome, Debian, etc.), you might have to change that
su -c "yum install
python-virtualenv wget make cmake gcc gcc-c++ qt-devel phonon-devel
python-devel libxml2-devel libxslt-devel qtwebkit-devel"# The below is common to all
# Create the "virtual environment"
virtualenv coinbox;cd coinbox/;source bin/activate# Install some of the dependency, might take time. There's an alternative in the INSTALL file
pip install PySide# Download the "core" and unzip it
wget https://github.com/coinbox/coinbox-core/archive/master.zip -O install.zip; unzip install.zip; cd coinbox-core-master/# Install the core and download and install all the other dependencies, check INSTALLL for more options
make That's basically it. If anything's not clear, reply here and I'll clarify. Or if you're having issues, you can open another thread.
Edited: Updated the Windows installer download link.
Old link.