jesseorndorff / Halogy

Friendly, open source, easy-to-use publishing platform built on CodeIgniter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HALOGY 1.2 INSTALLATION GUIDE

Thank you for downloading Halogy. This guide provides the basic steps needed in order to get Halogy running on your server.

QUICK START GUIDE

  1. Download the latest repository from https://github.com/jesseorndorff/Halogy
  2. Extract the contents in to your Web Root folder (including the '/static' folder, 'index.php' and the '.htaccess' files).
  3. Run the provided SQL dump in your MySQL database.
  4. Configure your database settings in the '/halogy/config/database.php' file.

-- NOTE: At this point Halogy should run on your domain, but for security reasons we suggest you continue --

  1. Move the '/halogy' outside of the Web Root, for example in to the parent directory, or a Code repository folder.
  2. Edit the 'index.php' file, go to line 63, and change the path to your new system folder (e.g. '../halogy').

-- TESTING A NEW SITE --

  1. Go to 'mydomain.com/admin'.
  2. Login with the default superuser account: (superuser / super123).
  3. Change your superuser password to a more secure password and then create a website administrator by clicking on Users.

You should now be good to go.

FURTHER CONFIGURATIONS

Because Halogy is built upon the amazing CodeIgniter framework (http://codeigniter.com), you can easily extend and modify Halogy to your hearts content. There are also configurations you can make to Halogy using the standard CodeIgniter configuration files, for example the database.php (in /halogy/config), the config.php (for character encoding and compression settings), etc.

MODULES

We hope you'll find the built-in modules everything you'll need for your sites, however you are free to build your own modules by just building mini-applications (see the CodeIgniter and HMVC documentation) and dropping them in to the Modules folder inside the Application. You can then access the modules by going to yoursite.com/module.

About

Friendly, open source, easy-to-use publishing platform built on CodeIgniter

License:Other


Languages

Language:PHP 96.7%Language:CSS 2.5%Language:JavaScript 0.8%Language:Perl 0.0%