Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackzilla/hackathon2013
Recombu Cars Experience Advisor - see https://www.hackerleague.org/hackathons/php-uk-conference-hackathon/hacks/recombu-cars-experience-advisor
https://github.com/hackzilla/hackathon2013
Last synced: about 1 month ago
JSON representation
Recombu Cars Experience Advisor - see https://www.hackerleague.org/hackathons/php-uk-conference-hackathon/hacks/recombu-cars-experience-advisor
- Host: GitHub
- URL: https://github.com/hackzilla/hackathon2013
- Owner: hackzilla
- License: mit
- Created: 2013-02-26T21:48:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T22:23:28.000Z (almost 12 years ago)
- Last Synced: 2024-10-13T12:44:48.521Z (2 months ago)
- Language: PHP
- Size: 996 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Recombu Cars Experience Advisor
===============================This was created for the hackathon at PHPUK2013.
For more information, see: https://www.hackerleague.org/hackathons/php-uk-conference-hackathon/hacks/recombu-cars-experience-advisor1) Installation
---------------git clone https://github.com/hackzilla/hackathon2013.git
cp app/config/parameters.yml.defaults app/config/parameters.yml
add database, twilio and pusher details to parameters.yml
set permission for app/cache and app/logs directories
composer install
app/console cache:clear --env=prod --no-debug2) Running
----------There are 3 parts to the site:
1) Website [http://domain.com]
2) Admin [http://domain.com/admin]
3) Pusher event listener [http://domain.com/pusher/listen]Note:
-----This is a hack and is not ideally how we'd code given sufficient time.