dereuromark / cakefest
The Cakefest Attendance App
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 5
Forks: 4
Open Issues: 0
Language:HTML
Requires
- php: >=5.5
- cakephp/cakephp: ^3.4
- cakephp/migrations: ^1.1
- cakephp/plugin-installer: *
- dereuromark/cakephp-flash: ^1.0
- dereuromark/cakephp-geo: ^1.1
- dereuromark/cakephp-setup: ^1.0
- dereuromark/cakephp-tinyauth: ^1.6
- dereuromark/cakephp-tools: dev-master as 1.1
- friendsofcake/authenticate: @stable
- friendsofcake/search: @stable
- markstory/asset_compress: ^3.0
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: @stable
- cakephp/debug_kit: ^3.2
- dereuromark/cakephp-ide-helper: dev-master
- fig-r/psr2r-sniffer: dev-master
- psa/cakephp-fixture-check: dev-master
- psy/psysh: @stable
This package is auto-updated.
Last update: 2024-10-25 04:40:39 UTC
README
A fun app to socialize around the upcoming CakeFest this year. Join in and tell others about your planned trip to the conference, and maybe what else you are planning to do in the city.
-
Check it out live:
- NEW CakePHP 3 version: http://cakefest.dereuromark.de
-
Author: Mark Scherer alias dereuromark
Dependencies
- CakePHP 3.4+
- FriendsOfCake/Authenticate and FriendsOfCake/Search plugin
- My Tools, Geo, TinyAuth and Setup plugins
- Uses Migrations plugin for DB migration
- Uses DebugKit plugin for development
- Uses IdeHelper plugin for annotations
Installation
Auto-installation using Cakebox and Vagrant
This works for all OS.
Install your CakeBox and create a fresh app using cakebox application add cakefest.local
.
- Add the
/etc/hosts
entry as outlined.
Then vagrant ssh into it and
- Go to the
/Apps/
dir and replace it with the actual cakefest repo by moving it to somecakebox.backup
it andgit clone git@github.com:dereuromark/cakefest.git cakefest.local
- Go into
/Apps/cakefest.local/
dir - Create a
/config/app_local.php/
config file with database credentials from CakeBox (you can use theapp_local.default.php
template and the generated "cakebox.backup config file"). - Make sure you are in
/Apps/cakefest.local/
again when runningsh setup
to install dependencies, DB and CO. - Check it out at
http://cakefest.local
. - Create an admin account to login in using
bin/cake Setup.user create admin
- Log in and create an event
- Now the homepage should display something
Manual installation
- Clone this repo via git - or download it manually.
- Navigate into the ROOT folder.
- Run composer install/update on it (this will also install CakePHP into the vendor folder and all plugins).
- Create a
/config/app_local.php/
config file with database credentials (you can use theapp_local.default.php
template). - Create a vhost with a local dev domain of your choice, e.g.
cakefest.local
, and use ROOT/webroot/ as document root. - Check it out at
http://cakefest.local
. - See other steps above for more
TODOS
- OptIn
- Geo Map
Ideas
- Timezone
- Contact Form
- Meetups
- Real time tweats etc