gonito/README.md

44 lines
1.3 KiB
Markdown
Raw Normal View History

2015-09-30 21:10:09 +02:00
Gonito platform
===============
2015-12-20 19:52:02 +01:00
[Gonito](http://gonito.net) (pronounced _ɡɔ̃ˈɲitɔ_) is a Kaggle-like
platform for machine learning competitions (disclaimer: Gonito is
neither affiliated with nor endorsed by [Kaggle](https://www.kaggle.com)).
2015-09-30 21:10:09 +02:00
What's so special about Gonito:
* free & open-source (AGPL), you can use it your own, in your
company, at your university, etc.
2015-12-20 19:52:02 +01:00
* git-based (challenges and solutions are submitted only with git).
2015-09-30 21:10:09 +02:00
See the home page (and an instance of Gonito) at http://gonito.net .
Installation
------------
2015-12-20 19:52:02 +01:00
[Gonito](http://gonito.net) is written in [Haskell](https://www.haskell.org) and uses
2015-09-30 21:10:09 +02:00
[Yesod Web Framework](http://www.yesodweb.com/), but all you need is
just [the Stack tool](https://github.com/commercialhaskell/stack). See https://github.com/commercialhaskell/stack
for instruction how to install Stack on your computer.
2015-12-20 19:52:02 +01:00
By default, Gonito uses [Postgresql](http://www.postgresql.org/), so it needs to be installed and running at your computer.
2015-09-30 21:10:09 +02:00
After installing Stack:
2015-12-20 19:52:02 +01:00
createdb -E utf8 gonito
git clone git://gonito.net/geval
git clone git://gonito.net/gonito
cd gonito
stack setup
stack build
stack exec yesod devel
2015-09-30 21:10:09 +02:00
The last command will start the Web server with Gonito (go to
2015-12-20 19:52:02 +01:00
http://127.0.0.1:3000 in your browser).
2015-09-30 21:10:09 +02:00
Authors
-------
* Filip Graliński