-
Notifications
You must be signed in to change notification settings - Fork 1
Developer Quickstart
If you don't already have a GitHub account, sign up for one and reach out to marod424 to become a contributor to the repo.
Install a Git version control application of your choice (e.g. GitHub Desktop) If you prefer a GUI. https://github.com/marod424/tamarisk.git
Create your own local branch Create a remote branch to track for your local branch When you commit changes locally push to your remote when you ready Create a pull request to the trunk of this repository (marod424/tamarisk) from your remote branch The PR will be reviewed, and if approved, merged into the trunk. It is recommended to keep up to date with the trunk in your local branch. So merge any trunk updates into your local branch when you would like the updates. Resolve merge conflicts when they arise.
The code base uses mysql and the application expects a mysql connection to run. install homebrew install mysql start mysql server $ brew services start mysql myysql -u root create user with password and grant privileges