README.md in kaya-0.0.3 vs README.md in kaya-0.0.4

- old
+ new

@@ -8,29 +8,34 @@ ONLY FOR UBUNTU (By Now) Before installing Kaya you should have installed: - - MongoDb (version >= 2.6) See http://www.mongodb.org/downloads + - MongoDb (version >= 2.6) See http://www.mongodb.org/downloads $ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 $ sudo apt-get update - $ sudo apt-get install mongodb-org + $ sudo apt-get install mongodb $ sudo service mongodb start - - Redis (http://tosbourn.com/install-latest-version-redis-ubuntu/) + - Redis (http://tosbourn.com/install-latest-version-redis-ubuntu/) $ sudo apt-get install -y python-software-properties $ sudo add-apt-repository -y ppa:rwky/redis $ sudo apt-get update $ sudo apt-get install -y redis-server - - xvfb (if you want to run WebDriver in headless mode.) + - If you want to run GUI tests using WebDriver in headless mode you should install xvfb package $sudo apt-get intall xvfb + - While running in headless mode you may face an error like: + LIBDBUSMENU-GLIB-WARNING **: Unable to get session bus: Error spawning command line `dbus-launch --autolaunch + This coulb be solved by installing dbus-x11 package + $apt-get install dbus-x11 + ## Kaya Installation $ gem install kaya ## Usage @@ -236,10 +241,10 @@ Contributing --------------------- -1. Fork it (http://github.com/`<my-github-username>`/kaya/fork) +1. Fork it (http://github.com/romgrod/kaya/fork) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request