- Scala Programming Projects
- Mikael Valot Nicolas Jorand
- 209字
- 2021-07-23 16:25:24
Setup
If you have not completed Chapter 2, Developing a Retirement Calculator, then you can check out the retirement calculator project at GitHub. If you are not already familiar with Git, I would advise that you read the documents at https://guides.github.com/introduction/git-handbook/ first.
To begin the setup, go through the following steps:
- Create an account at https://github.com/ if you do not have one already.
- Go to the retirement calculator project at https://github.com/PacktPublishing/Scala-Programming-Projects. Click on Fork in the top-right corner to fork the project into your account.
- Once the project is forked, click on Clone or download, and copy the URL into the clipboard.
- In IntelliJ, go to File | New | Project from Version Control | GitHub and make the following edits:
- Git repository URL: Paste the URL of your forked repository
- Parent directory: Choose a location
- Directory name: Keep retirement_calculator
- Click on Clone
- The project should be imported in IntelliJ. Click on git: master in the bottom-right of the screen and select Remote branches | origin/chapter2 | Checkout as new local branch. Name the new branch chapter3_yourusername to distinguish it from the final solution, which is in the origin/chapter3 branch.
- Build the project with Ctrl + F9. Everything should compile.
推薦閱讀
- Building E-commerce Sites with VirtueMart Cookbook
- 光網絡評估及案例分析
- Twilio Cookbook
- Windows Server 2003 Active Directory Design and Implementation: Creating, Migrating, and Merging Networks
- Spring Cloud微服務架構進階
- SD-WAN架構與技術(第2版)
- 網絡的琴弦:玩轉IP看監控
- Windows Server 2012 Hyper-V虛擬化管理實踐
- Scala Design Patterns.
- 人人都該都懂的互聯網思維
- Learning Node.js Development
- 大型企業微服務架構實踐與運營
- 精通SEO:100%網站流量提升密碼
- 移動互聯網新思維
- Building Microservices with Spring