-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
Tim Tong edited this page Oct 14, 2015
·
4 revisions
See https://help.github.com/articles/generating-ssh-keys/
- Setup a Github account and add your SSH key.
- Request to be added onto the Github Web Dev team.
- Setup a Bitbucket account and add the same SSH key.
- Request access to the Bitbucket codebase.
- Clone the build
git clone --recursive [email protected]:DavisCSClub/Main-Website.git
- Download either Eclipse or IntelliJ.
- Run
./gradlew build
. - If you downloaded Eclipse, run
./gradlew cleanEclipse eclipse
. - If you downloaded IntelliJ, run
./gradlew cleanIdea idea
. - Open your IDE and import the project.
- Run
./gradlew bootRun
.
- Always create an issue for any features or bugs.
- Commit strictly only to the integration branch. Integration gets promoted to preview every Sunday night. Preview gets promoted to production every Sunday night. Any commits to preview/production directly will require a pull request.