Waffle: | Master Branch: | Develop Branch:
Open source implementation of clicker software
The following guide explains how to run this application on your system.
Look up a guide for installing MySQL on your Operating system. Also find out how to add MySQL to your path and start your MySQL server for your relavant operating system.
Using your cmd/terminal log into MySQL server as root user.
mysql -u root -p
Issue the following commands in the given order to create a database, create a user, and grant the user access to the database.
CREATE DATABASE your_database_name;
CREATE USER 'your_user_name'@'localhost' IDENTIFIED BY 'your_password';
GRANT ALL ON your_database_name.* TO 'your_user_name'@'localhost';
#####Configure the project. Rename or clone the file application.example.groovy inside the grails-app/conf folder to 'application.groovy'.
Inside this file you will find several lines of the form
something = <Your info here>
Replace the text inside the < > with the relevant information.
ex
username = '<Your db username here>'
becomes
username = 'databaseadmin'
#####Run the application
./grailsw run-app
- 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