Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Stanislav-Stepanenko-Ainstainer/Space-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-Project on Symfony2

  1. Symfony2

Clone the repo

$ [email protected]:Dsazz/Space-Project.git [your-name]

And then install composer dependencies

$ cd [project-name]
$ composer install

When installer asks for parameters leave them all at default values.

  1. Doctrine

After installation create the schema and load fixtures

$ app/console doctrine:schema:create
$ app/console doctrine:fixtures:load
  1. Selenium

Download into your project selenium server link(http://www.seleniumhq.org/download/).

Run it:

$ java -jar selenium-server-standalone-[version].jar
  1. Behat

To run the tests Behat:

$ php bin/behat

Bitdeli Badge

About

Web project on framework Symfony2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 40.5%
  • HTML 36.6%
  • JavaScript 12.3%
  • CSS 7.7%
  • Gherkin 2.4%
  • ApacheConf 0.5%