mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Add basic setup guide
This commit is contained in:
parent
435ca1b17c
commit
75ae49e865
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -13,6 +13,30 @@ i basically have to rewrite the entire game so ..
|
|||
|
||||
**tl;dr, think "Club Penguin Rewritten" but with Horse Isle.**
|
||||
|
||||
# Setup
|
||||
- Download/Clone this repository.
|
||||
- Download the latest Windows or Linux binary.
|
||||
- Setup a SQL Server, (eg, MariaDB).
|
||||
- Setup a webserver with PHP8.0, intl and mysqli modules (eg, Apache).
|
||||
- Copy files from this repository's WebInterface/master-site into your webserver.
|
||||
have a separate virtual host for WebInterface/game-site.
|
||||
- Edit game-site/config.php to have your SQL login information.
|
||||
Change the server host to your public IP or a Domain that points.
|
||||
to it and also change the admin password
|
||||
- Edit master-site/dbconfig.php and set your SQL Server info there as well.
|
||||
- Run the HorseIsleServer binary. It will crash due to trying to connect.
|
||||
But will create a "server.properties" file, as well as a CrossDomainPolicy.xml.
|
||||
Edit server.properies and change the DB connection to your SQL server information-.
|
||||
Change whatever other settings you want there as well.
|
||||
- Run HorseIsleServer again and this time it will connect to the server and start up.
|
||||
- Create an account on the master-site/ webserver.
|
||||
And login using game-site/Horseisle.php. you can also.
|
||||
Give your user account admin using game-site/admin with the password.
|
||||
You set in config.php.
|
||||
- That's it your now running HISP Server.
|
||||
Forward the port you used for the server and 80 for the webserver.
|
||||
And people can login over the internet.
|
||||
|
||||
|
||||
# Depends
|
||||
HISP Depends on a SQL Server,
|
||||
|
|
Loading…
Add table
Reference in a new issue