Make setup instructions easier

This commit is contained in:
dginovker
2019-12-24 19:58:26 -05:00
parent 287018346b
commit 1c2deaacb6
+10 -24
View File
@@ -12,39 +12,25 @@
Step 1: Register a GitHub account
Step 2 (Windows users): Install Git Bash: https://git-scm.com/downloads
Step 2: Install IntelliJ Community Edition: https://www.jetbrains.com/idea/download/
Step 3: Install IntelliJ Community Edition: https://www.jetbrains.com/idea/download/
Step 3: Fork this repository ([Image](https://i.imgur.com/PoMTxZj.png))
Step 4: Install Java 8 from https://adoptopenjdk.net
Step 4: Open IntelliJ and click "File > New > New Project from Version Control"
Step 4: [Fork this repository](https://i.imgur.com/PoMTxZj.png)
Step 5: Enter the URL of your forked Github repository, and hit "Clone" ([Image](https://i.imgur.com/5dtyoZU.png))
Step 5: Open Git Bash and type `git clone <YOUR_FORK_URL>` ([Example](https://i.imgur.com/Hs1upNf.png))
Step 6: Start the FileServer ([Image](https://i.imgur.com/moNKg9u.png))
Step 6: In Git Bash, type `cd 2006rebotted` ([Image](https://i.imgur.com/ePs3U2C.png))
Step 7: Start the GameEngine ([Image](https://i.imgur.com/RTbMxmv.png))
Step 7: In Git Bash, type `git remote add upstream https://github.com/dginovker/2006rebotted` ([Image](https://i.imgur.com/4qYP9ve.png))
Step 8: Start the Client ([Image](https://i.imgur.com/dHTiU0I.png))
Step 8: In Git Bash, type `git checkout -b my-development` ([Image](https://i.imgur.com/4yHUsjc.png))
## How to get your code onto this project page
Step 9: Open IntelliJ and click "Open" on the Right-Hand panel ([Image](https://i.imgur.com/ApABBlm.png))
Follow this guide here: [https://www.jetbrains.com/help/idea/contribute-to-projects.html](https://www.jetbrains.com/help/idea/contribute-to-projects.html)
Step 10: Find where you "Cloned" the code to in Git Bash. If you can't find it, type `pwd` in Git Bash to help ([Image](https://i.imgur.com/YvVFtmW.png))
Step 11: Click this button if your code structure is not visible: https://i.imgur.com/bxXvoKv.png
Step 12: Click File -> Project Structure
Step 13: Set Project SDK to 1.8, Project Language Level to 8, & Project Compiler Output to any valid folder [Image](https://i.imgur.com/9PJDk0Q.png)
Step 14: Hit OK in the project structure screen
Step 15: Start the FileServer [Image](https://i.imgur.com/moNKg9u.png)
Step 16: Start the GameEngine [Image](https://i.imgur.com/RTbMxmv.png)
Step 17: Start the Client [Image](https://i.imgur.com/dHTiU0I.png)
A more formal guide will be created on the 2006rebotted forums in the future.
# Using Parabot with your local server: