Skip to content

Commit

Permalink
Filled up the README file:
Browse files Browse the repository at this point in the history
- Introduction to the project
- How to configure the project
  • Loading branch information
Julien Dubois committed Sep 12, 2011
1 parent 4503ed7 commit 45aad77
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README

This file was deleted.

32 changes: 32 additions & 0 deletions README.markdown
@@ -0,0 +1,32 @@
Challenge USI 2011 - Equipe "Jaxio and friends"
===============================================
Présentation
------------
Le [Challenge USI 2011](https://sites.google.com/a/octo.com/challengeusi2011/) est une compétition
dont le but est d'avoir l'application distribuée la plus performante et la plus robuste.

Vous trouverez plus d'informations sur [le site du Challenge](https://sites.google.com/a/octo.com/challengeusi2011/).

Ce dépôt GitHub contient le code de l'équipe n°10, dite "Jaxio and friends", composée de:

* [Julien Dubois](https://twitter.com/juliendubois)
* [Bernard Pons](https://twitter.com/ponsbernard)
* [Florent Ramiere](https://twitter.com/framiere)
* [Nicolas Romanetti](https://twitter.com/nromanetti)

Installation
------------
1. Clonez ce dépôt GitHub:
git clone https://github.com/jaxio/usi2011.git
2. Installez [Cassandra 0.7.4](http://cassandra.apache.org/) (le numéro de version est important)
3. Configurez Cassandra: vous voulez probablement reconfigurer les répertoires définis par défaut dans $CASSANDRA_HOME/conf/cassandra.yaml
et $CASSANDRA_HOME/conf/log4j-server.properties. Nous en fournissons des exemples dans notre projet, voir: src/main/vfabric/config/cassandra
4. Lancez Cassandra
$CASSANDRA_HOME/bin/./cassandra
5. Dans le répertoire d'exécution de Cassandra, lancez le client Cassandra:
$CASSANDRA_HOME/bin/./cassandra-cli -host localhost -port 9160
6. Dans le client Cassandra, copiez/collez le script src/main/cassandra/init.script
7. Maintenant Cassandra est configuré et lancé!
8. L'application se compile normalement avec Maven
9. Pour lancer l'application, exécutez la classe usi2011.Main
10. Vérifiez que l'application est bien lancée: [http://localhost:9090](http://localhost:9090)

0 comments on commit 45aad77

Please sign in to comment.