1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2025-02-18 02:02:15 +01:00

Updated Initial Steps (markdown)

sk89q 2015-02-19 15:48:32 -08:00
parent 4b48b7c0b1
commit de0f4e4016

@ -36,6 +36,8 @@ Try visiting the following URLs, where `http://example.com` is your site instead
* `http://example.com/packages.json`
* `http://example.com/latest.json`
![News Page Example](http://i.imgur.com/13XsSOI.png)
Do the pages load (or ask you to download)? If good, continue on.
**Do you have PHP on the server?** Try `http://example.com/packages.php` to see if it works.
@ -68,6 +70,8 @@ In `launcher/build/libs/`, start the launcher by double clicking the `-all.jar`
If everything worked correctly, you should see "Light Modpack" and "Heavy Modpack" on the left. Double click one of the modpacks, enter your Minecraft account, and see if the game loads.
![Launcher](http://i.imgur.com/hwWenPu.png)
If you view the `launcher/build/libs/` folder now, you will find a bunch of launcher files (`accounts.dat`, `config.json`, etc.). This is because the launcher, alone, uses the current folder to store data. Later on, we will set up the bootstrap program to fix this (although you are free to use the launcher like this too).
**Doesn't work?** See [[Getting Help]].