Skip to content

Setup Guide

RedDragonWebDesign edited this page Sep 4, 2020 · 5 revisions

System Requirements

These scripts require PHP and an SQL database to run. Luckily, there are many web hosting companies that offer this cheaply.

Steps

  1. Buy web hosting. I recommend shared or VPS hosting from DreamHost.com. Make sure to click on "Monthly" to see monthly prices.
  2. Buy domain name. I recommend NameSilo.
  3. Figure out your hosting company's "name servers". Log into your domain name company (called a registrar), edit your domain, and set your name servers. Example: ns1.dreamhost.com, ns2.dreamhost.com, ns3.dreamhost.com
  4. Be aware that things may be glitchy for a couple of hours while the domain name "propagates". The domain name system needs to process the domain name change.
  5. Once your domain is working, get your FTP client working. FTP is how you move files from your computer to the web hosting (called a server), and vice versa. I recommend the FTP client FileZilla Client. Typical login info might be your web hosting username, password, choosing SFTP, and for the URL put ftp.yourdomainname.com.
  6. Once you're logged into FTP, download the latest stable release of BlueThrust5 from GitHub. Unzip it on your computer. Then drag and drop all those files onto your web server.
  7. Go into your website's control panel (cPanel, or DreamHost's custom panel, etc.), find the MySQL section, and add a database. Then add a user and pass. Then, if needed, grant your user permission to access the database. (Grant all permissions). If you are given a host name or a chance to create a host name here, create one and write it down.
  8. Navigate to your website. The installer will show. Enter your SQL database information. For host, put "localhost". If localhost doesn't work, then use the host name from step 7.
  9. Finish the installer. You should be all set!

Need Help?

Setup can be complicated. You can hire me to set up and manage your website for you if you'd like. https://www.RedDragonWebDesign.com/contact/

Clone this wiki locally