Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.79 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.79 KB

Fewcharts

Fewcharts is a ranking system focused mainly on music that allows you to find out who is the best. Through Fewcharts you can add your own preferences in 50 characters and create topic by voting with your friends. It's 100% free and will always be.

#Start del progetto da linea di comando

#Start del progetto con Eclipse

  • installare git ( https://git-scm.com/downloads )
  • git clone https://github.com/Fewcharts/Fewcharts.git
  • installare maven e un plugin per git
  • aprire git perspective
  • cliccare su "add an existing local git repository"
  • cliccare su browse e navigare alla cartella dove è stato fatto il clone
  • click destro su Fewcharts[master] e click su "Import Maven Projects..."
  • click su finish

#Configurazione

  • copiare il file default.config.properties in config.properties
  • impostare tutti i parametri del config.properties
  • impostare il parametro di avvio della virtual machine -Dfewcharts.config.path="/path/to/config.properties"

#Come contribuire (tratto da https://help.github.com/articles/fork-a-repo/ ):

  • fork del progetto su github.com
  • copiare sugli appunti l'URL del tuo fork
  • aprire il terminale
    • git clone https://github.com/MIO_USERNAME/Fewcharts.git
    • git remote -v
    • git remote add upstream https://github.com/Fewcharts/Fewcharts.git
    • git remote -v
  • mantenere il proprio fork sincronizzato col repository upstream
    • git fetch upstream
    • git checkout master
    • git merge upstream/master
  • mandare la pull request su github.com