Skip to content

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.

Notifications You must be signed in to change notification settings

luky83/Fewcharts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.2%
  • CSS 32.2%
  • JavaScript 10.6%