https://github.com/dsazz/space-project
Web project on framework Symfony2
https://github.com/dsazz/space-project
Last synced: 12 months ago
JSON representation
Web project on framework Symfony2
- Host: GitHub
- URL: https://github.com/dsazz/space-project
- Owner: Dsazz
- License: mit
- Created: 2014-10-30T17:18:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T16:17:20.000Z (over 10 years ago)
- Last Synced: 2025-04-23T18:02:10.252Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 188 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Space-Project on Symfony2
1. Symfony2
----------
Clone the repo
```bash
$ git@github.com:Dsazz/Space-Project.git [your-name]
```
And then install composer dependencies
```bash
$ cd [project-name]
$ composer install
```
When installer asks for parameters leave them all at default values.
2. Doctrine
-----------
After installation create the schema and load fixtures
```bash
$ app/console doctrine:schema:create
$ app/console doctrine:fixtures:load
```
3. Selenium
-----------
Download into your project selenium server link(http://www.seleniumhq.org/download/).
Run it:
```bash
$ java -jar selenium-server-standalone-[version].jar
```
4. Behat
--------
To run the tests Behat:
```bash
$ php bin/behat
```
[](https://bitdeli.com/free "Bitdeli Badge")