Git Product home page Git Product logo

inksplosion's Introduction

Welcome to the Grawlix CMS v1.5.1

The Grawlix CMS is a tool that helps you, a comic artist, publish your own website. But if you’re reading this, then you probably knew that. What you might not know is how to get started. This file will help you along.

Requirements

The Grawlix CMS requires a web host with PHP5 and MySQL. You’ll need a database on the host before you install the system — check your host’s control panel for details. You will also need a code editor like Sublime Text, Atom, or Notepad++, and FTP app like FileZilla or Transmit. You may also use your webhost's built in FTP or code editing tools.

Installation

  1. If you haven’t already, then create a MySQL database at your webhost.

  2. Upload everything that is inside the grawlix-cms-1.4 folder to your web host. There’s usually a public_html or htdocs folder in the FTP account — although some, like Dreamhost, have folders named after their domains. Consult your web host for details.

  3. Visit yoursite.com/firstrun.php (where “yoursite.com” is your webcomic’s URL) and follow the prompts.

  4. Rename htaccess.txt to .htaccess

  5. If your host runs suPHP (Most shared hosts do. You'll get an Internal Server Error if you don't do this and your host runs suPHP), update these lines in the .htaccess:

    php_value display_errors 0 php_value display_startup_errors 0

to

#php_value display_errors 0
#php_value display_startup_errors 0

Firstrun will give you new code to put into config.php. Upon successful install, you should delete firstrun.php as a security precaution.

Upgrading from 1.1 or 1.2

  1. Make a backup of your site and, if possible, your database.
  2. Upload the _system and _admin folders to your site, replacing the old versions.
  3. Upload the functions.inc.php and index.php files into your site’s root directory.
  4. Copy the new pattern files from any of the included themes into your current theme folder.
  5. Go to your admin panel and follow the update prompt at the top of the screen.
  6. When it’s done, delete the script _upgrade-to-1.3.php in your _admin folder. Among other changes and fixes, versions 1.3 and 1.4 make significant changes to static pages. Check out your site’s static pages to be sure everything moved OK.

More info & support

  • Start from scratch: Learn about hosting, databases, and setup with this article by Jordan Rodriguez.
  • Read the docs: Learn more about specific topics in the Grawlix CMS.
  • Ask questions: Seek solutions or share your know-how.
  • Fear no code: Expunge your apprehension of HTML and CSS with our guide to coding for webcomic artists.
  • Give feedback: Something else on your mind? Got a question or comment? Let us know. Happy publishing!

— the Ink Drop Team

inksplosion's People

Contributors

twirlingkitsune avatar respheal avatar

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.