Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 669 Bytes

File metadata and controls

29 lines (20 loc) · 669 Bytes

RemotePad

Control your computer with your phone and build custom remotes

Technologies used server side

Technologies used client side

Install

$ php composer.phar install

##set config

In /app/config/ rename parameters.yml.dist to parameters.yml

Create database

$ php app/console doctrine:database:create
$ php app/console doctrine:schema:update --force