Skip to content

This is a feedback application/service for developers wanting real input from their team or the clients who use there product. It is designed with debugging in mind thus each message is send with useful user's environment

License

Notifications You must be signed in to change notification settings

timwax/stackfeed

Repository files navigation

#Welcome to stackfeed

Demo

###Components

  • Laravel 4.0.x
  • Grunt
  • Bower

###Install

  1. $ git clone git@github.com:timwax/stackfeed.git

  2. Create database

  3. Change configuration depending on the running environment

    • production /app/config/database.php

    • dev /app/config/local/database.php

    • Laravel has a cool config system and making the app take local config change bootstrap/start.php

        $env = $app->detectEnvironment(array(
      
        	'local' => array('machine-host-name'),
      
        ));
      

    to your running servers hostname

  4. on your command line

  • $ cd /to/your/repo/
  • $ php artisan migrate

Then you are all set


If you are developing run

  • $ grunt watch

and it will compile the scss, compile javascript on file changes. Live reload can auto refresh browser for you

About

This is a feedback application/service for developers wanting real input from their team or the clients who use there product. It is designed with debugging in mind thus each message is send with useful user's environment

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 190