Skip to content

Commit

Permalink
Update gettingstarted.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Hüseyin Uslu committed Sep 26, 2014
1 parent 6af0dd8 commit 7ce7acd
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Requirements

CoiniumServ is an platform-agnostic software which can either run over mono or .net. To get CoiniumServ running, all you have to do is ensuring you do have either mono or .net installed on your system;

* Linux/Unix over [mono](http://www.mono-project.com/).
* MacOS over [mono](http://www.mono-project.com/).
* Windows over [.Net](http://www.microsoft.com/net).
* Linux/Unix over mono_.
* MacOS over mono_.
* Windows over dotNet_.

Once you do have either mono/.net installed, you can then run CoiniumServ. You have basically two options; compiling from source or using a binary distribution.

Binary Distribution
===================

Our binary distributions can work on any platform including Windows, Linux and MacOS. You can purchase a binary distribution over [here](http://www.coiniumserv.com/shop/releases/coiniumserv/) to support the project.
Our binary distributions can work on any platform including Windows, Linux and MacOS. You can purchase a binary distribution over `here <http://www.coiniumserv.com/shop/releases/coiniumserv/>`_ to support the project.

.. image:: http://i.imgur.com/MDYxtOO.png

Expand All @@ -28,7 +28,7 @@ Once you download the package, extract the contents to a suitable folder;

Then you can simply run the **CoiniumServ.exe**

.. image:: (http://i.imgur.com/MhJkZxT.png
.. image:: http://i.imgur.com/MhJkZxT.png

Then you have to [configure](https://github.com/CoiniumServ/CoiniumServ/wiki/Configuration) the server to get it working.

Expand All @@ -37,8 +37,16 @@ Compiling from source

If you like you can get the sources of the project and compile yourself.

* [Windows](https://github.com/CoiniumServ/CoiniumServ/wiki/Getting-Started:-Windows)
* [Linux](https://github.com/CoiniumServ/CoiniumServ/wiki/Getting-Started:-Linux)
* [MacOS](https://github.com/CoiniumServ/CoiniumServ/wiki/Getting-Started:-MacOS)
_Django: http://www.djangoproject.com/

* Windows_
* Linux_
* MacOS_

Then you have to [configure](https://github.com/CoiniumServ/CoiniumServ/wiki/Configuration) the server to get it working.

.. _Mono: http://www.mono-project.com/
.. _dotNet: http://www.microsoft.com/net
.. _Windows: https://github.com/CoiniumServ/CoiniumServ/wiki/Getting-Started:-Windows
.. _Linux: https://github.com/CoiniumServ/CoiniumServ/wiki/Getting-Started:-Linux
.. _MacOS: https://github.com/CoiniumServ/CoiniumServ/wiki/Getting-Started:-MacOS

0 comments on commit 7ce7acd

Please sign in to comment.