Welcome to the Galaxie Blog Installer!
(Step 1 of 6)
Welcome!

This application will attempt to setup Galaxie Blog so you can immediately begin using it. Before getting started, there are a few things you should know:

  • First, we need to know what your new blog URL will be, and are you using SSL?
  • Second, the installer will not be able to create the DSN or database for you. You need to ensure your DSN is created and it points to a valid DSN.
  • Third, we will guide you to manually add the blog folder to one short variable in the code. This is the only change that you will make to the actual code when installing the blog, the installer will do the rest for you.
  • Galaxie Blog should support any modern database, feel free to use whatever you want to use. However, depening upon the dialect we may have to guide you through some additional steps.
  • After the installer creates or selects the DSN, it will then attempt to configure the initial database. If you have existing tables in the database this might create a conflict. To avoid any conflict- you should install Galaxie Blog into an empty database.
  • The last thing the installer will do is prompt you for some basic settings, like your name, email address, etc. Once done with this step the installer is going to edit itself so it cannot be run again. This is intentional. Instructions on how to run the installer again may be found in the core Galaxie Blog documentation.

Important note: if you change your location or database at a later time, you can always rerun this installer by changing the resintallBlog argument to true in the root application.cfc template. Please take note of this for future reference.