Giter Site home page Giter Site logo

dekts / halogy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jesseorndorff/halogy

0.0 2.0 0.0 7.12 MB

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

License: Other

PHP 93.67% HTML 0.40% Hack 3.03% CSS 2.11% JavaScript 0.79%

halogy's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.