Skip to content

Installing IntelliJ

The first step to a good development environment is a good development environment. Wait what.

Wait, what the hell is this? Didn’t we want to install IJ? Well yes, but for that we use the JBTA.

Just like the node, you can double-click the .exe file as soon as it is fully downloaded to start the installation.

Running the exe will open a window, where you just press the big blue Install button. Here, with red arrows in case you somehow missed it:

Okay that’s it. That’s all you had to do.

With the Toolbox App now installed, it will probably start automatically. If not, check your taskbar, there should be an icon for it, just click that.

Read and maybe agree to the JetBrains User Agreement. Also, definitely tick the checkbox to send anonymous user statistics (I definitely did not untick it after the screenshot).

Click Start.

Now that you have gone through the initial start thingy, just find IntelliJ IDEA and click the Install button.

After the installation has completed, you can click on IntelliJ inside the Toolbox App to start it. Alternatively, you can find it through the start menu by searching for “IntelliJ”.

You have two options:

  1. If you already have the project downloaded somewhere on your disk, literally just open it. See the red square.
  2. If you want to fetch it from GitHub again, follow Cloning the project.

Go to https://github.com/paperchansite/paper-chan.moe, click the green Code button, select HTTPS and copy the web url.

Now click on the Clone Repository button in Intellij, input the URL you just copied, and set the directory you want to clone the project into. This will use the current folder as the root folder of the project, it will not create a new subfolder!

Click the Clone button, and if everything goes right, you will land in your project!