Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

fabian/friendscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friend Score

Installation

First checkout source code and install the required dependencies:

git clone git@github.com:fabian/friendscore.git friendscore
php composer.phar install --dev

Then create the database and the tables:

php app/console doctrine:database:create
php app/console doctrine:migrations:migrate

Elasticsearch

Download the latest version from http://www.elasticsearch.org/download/ and run it with:

bin/elasticsearch -f

Development

Run the server and open http://localhost:8000/ in your browser:

php app/console server:run

To execute the unit tests run the following command:

bin/phpunit -c app/

After running the tests you can view the coverage with:

open app/coverage/index.html

About

School project about search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages