Setting up Git

There are two different versions of Juniors Disk. Main [JDxxxxM] and Seperated [JDxxxxS]

Main is the standard version. [repo: https://git.juniorsdisk.com/main]

The Separated version separates each song into a different album. This version will disorganize album listings but it will allow the cover art to display properly on some devices and media players. [repo: https://git.juniorsdisk.com/separated]

If you want us to notify you when a new version of the disk is released: [Click Here]

AndroidWindowsLinux

Android Setup

Step 1: Download and install MGit from the Playstore.

Step 2: Open the app and tap on the additional options button on the top left.

Step 3: Open the settings menu.

Step 4: Tap on the storage location setting.

Step 5: Select a folder to store Juniors Disk.

Step 6: Once you have found the appropriate folder, tap on save

Step 7: Go back to the main screen and tap on the add repo button

Step 8: Enter this address into the Remote URL field: http://git.juniorsdisk.com/separated/, change the foldername to something that makes more sense and then tap on clone.

Step 9: Wait for the disk to download, the download is between 1-2GB in size so this might take a while...

Updating

Step 1: Open MGit and tap on the repository that you created

Step 2: Tap on the additional actions button on the top right

Step 3: Tap on the option "Pull"

Step 4: Tap on origin

Windows Setup

Step 1: Download and install Git from: https://git-for-windows.github.io/

Step 2: Open the start menu and type "cmd". Press enter

Step 3: Type in these commands:

cd Desktop

git clone http://git.juniorsdisk.com/main

THESE INSTRUCTIONS WILL NOT WORK IF THERE IS ANOTHER FOLDER CALLED MAIN ALREADY ON YOUR DESKTOP.

Step 4: Wait for the disk to download, the download is between 1-2GB in size so this might take a while...

These instructions will create a folder called main on your desktop. ONCE THIS PROCESS IS COMPLETE DO NOT MOVE OR RENAME THE FOLDER

Updating

Step 1: Open the start menu and type "cmd". Press enter

Step 2: type in these commands:

cd Desktop

cd main

git pull origin master

Linux Setup

Just clone this repository using Git: http://git.juniorsdisk.com/main

To update: $ git pull origin master



Back