Skip to content

nresni/AriadneSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README
======

How to setup ?
----------------

1. checkout the sources

    git clone git@github.com:dstendardi/AriadneSandbox.git ariadne-sandbox

2. get submodule sources

   git submodule init
   git submodule update

3. get Elastic search and run it

   download at :  http://www.elasticsearch.com/download/master/ 

 unzip & run 
   
   chmod +x /path/to/unzipped/bin/elasticsearch 
   /path/to/unzipped/bin/elasticsearch -f
   
4. Install behat

   pear channel-discover pear.everzet.com
   pear install everzet/behat-beta

5. Run the tests

   php app/console behat:test:bundle "Bundle\Ariadne\AriadneBundle"

About

Provides a quick way to try the AriadneBunde in Symfony

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published