Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zipcodecore/tdd-animalfactory
https://github.com/zipcodecore/tdd-animalfactory
tdd test-driven-development
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/tdd-animalfactory
- Owner: ZipCodeCore
- Created: 2018-04-20T00:29:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T14:00:05.000Z (over 1 year ago)
- Last Synced: 2023-09-29T03:57:00.031Z (over 1 year ago)
- Topics: tdd, test-driven-development
- Language: Java
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 48
- Open Issues: 19
-
Metadata Files:
- Readme: README-InstallingIntelliJ.md
Awesome Lists containing this project
README
# Installing IntelliJ
1. First begin by installing HomeBrew by copying and pasting the command below into the terminal
* `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
2. Next, `brew` an installation of java by copying and pasting the following 2 commands
* `brew tap caskroom/versions`
* `brew cask install java8`
2. After Java has been installed, copy and paste the following command in the terminal
* `brew cask install intellij-idea`
3. Upon launching IntelliJ, ensure the [Apache Maven](https://maven.apache.org/) plugin is enabled.
* From the menu bar found at the top of application, select `Plugins`, and ensure `Maven` is checked.
4. Ensure that a project is opened via its `pom.xml` located at the _root directory_ of the project.
* When prompted, select `Open as Project`.
* If prompted, select `Delete Existing Project and Import`.