https://github.com/netgen/livevoting
Voting application for Web Summer Camp
https://github.com/netgen/livevoting
Last synced: 8 months ago
JSON representation
Voting application for Web Summer Camp
- Host: GitHub
- URL: https://github.com/netgen/livevoting
- Owner: netgen
- License: mit
- Created: 2014-07-25T12:29:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T09:24:08.000Z (almost 11 years ago)
- Last Synced: 2025-06-11T15:00:09.621Z (about 1 year ago)
- Language: PHP
- Homepage: https://websummercamp.com
- Size: 371 KB
- Stars: 2
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#LiveVoting
##How to install?
git clone https://github.com/netgen/LiveVoting.git
cd LiveVoting
mkdir src
cd src
mkdir Netgen
cd Netgen
git clone https://github.com/netgen/LiveVotingBundle.git
cd ../../
# move to production mode
composer install --no-dev --optimize-autoloader
php app/console cache:clear --env=prod --no-debug
php app/console assetic:dump --env=prod --no-debug
##Generating joind.in access token
- Create api-key and secret on `http://joind.in/user/main` -> API Keys item on right side
with callback on some random url
- Send request `http://joind.in/user/oauth_allow?api_key=[api-key]&callback=[callcal_url]`
- Obtain access token from query param in callback url