Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AliHichem committed Dec 7, 2013
1 parent cfafe59 commit e33e352
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,33 @@ SymfonyTn-Demo

Realtime web application demo including: symfony2, nodejs, redis and socket.io (for websockets).

Requirement
-----------

You need to have all of those packages installed.

* PHP5 along with PHP5-Sqlite
* [redis](http://redis.io/) ( redis-server )
* [nodejs](http://nodejs.org/)
* [npm](https://npmjs.org/)

NOTE to Windows users : don't worry, all of those packages are installable on windows.

Installation
------------

It's as simple as blinking your eyes :).

1- under your root project folder :

```
composer install
```

2- under (node) folder

```
npm install
```

that's it :) !

0 comments on commit e33e352

Please sign in to comment.