Waffle: 
| Develop Branch:
Open source implementation of clicker software
Clone this repository into your system. It works right out of the box without any additonal configuration required. However, note that by default it is using an in memory data store system. This is perfect for a development environment but not ideal for production.
To run this project, navigate to the root of the project in your terminal/cmd and run the following command.
./grailsw run-app
The following details how to configure this project to use a database (We'd recommend using PostgreSQL) rather than the in-memory data store used by default. This assumes you already have a valid installation of Postgres or MySQL on your system. If not, look up a guide to install one on your OS.
We'll also assume you have a database and a user for that database created. Once again, follow a guide for the data store you are using.
Copy the file dbconfig.example.yml under the grails-app/conf directory as dbconfig.yml.
Edit this file and replace the placeholders such as
username: <YOUR DATABASE USER NAME HERE>
with your actual information.
Note the lines
driverClassName: org.postgresql.Driver (use com.mysql.jdbc.Driver for MySQL) and
url: jdbc:postgresql://<HOST>:<PORT>/<DATABASE NAME> (use jdbc:mysql://<HOST>:<PORT>/<DATABASE NAME> for MySQL)
change depending on if you're using PostgreSQL or MySQL.
- Malik Riddle
- Kenny Roffo
- Ryan Staring
- Logan Wells
- Amber Bang
- Mateusz Wiater
- Sam Schneller
- Calvin Lawrence
- Andres Ramos
- Josh Post
- Ricky Rojas
- Matt Wu
- Akeem Davis
- Keith Martin
- Paul Kwoyelo
- Mike Mekker
- Lincoln Daniel
- Mike Cavataio
- Jamie Garcia
- Francisco Ovalle
- Tyler Moson
- Lauren Mulvehill
- Brandon Lanthrip
- Max Sokolovsky
- Steve DiCerce
- Zach Sabin
- Jeff Registre
- Ashley Lefebvre
- Christian Damico
- Connor Gannon
- Christopher Jankovski