There are some repos on GitHub currently supporting the development of the Grawlix CMS. Very grateful for them, but going forward, this repo is going to serve as the official repo for Grawlix CMS development. Nothing personal.
Welcome to the Grawlix CMS Revival. This is the official repo hub for the revival of the Grawlix CMS for webcomic hosting.
For those unaware, the Grawlix CMS is a tool that helps comic artist publish and manage their own website to host their webcomic without needing to learn any code. Follow along with this readme to get started.
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 an FTP app like FileZilla or Transmit for easy transfer of your files to your server. You may also use your webhost's built in FTP or code editing tools.
- Learn more about the requirements.
- New to FTP and web hosting? Check out our easy to follow walkthrough on installing the Grawlix CMS by Jordan Rodriguez
- Run into a bug? Report it.
- 1. Everything you need to know to install and run the Grawlix CMS can be found here.
- 2. Download the latest version from the repo to get started.
- Make a backup of your site and, if possible, your database.
- Upload the _system and _admin folders to your site, replacing the old versions.
- Upload the functions.inc.php and index.php files into your site’s root directory.
- Copy the new pattern files from any of the included themes into your current theme folder.
- Go to your admin panel and follow the update prompt at the top of the screen.
- 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.
- All of this will be covered in the README file in the grawlix-1.5.1.zip
— Grawlix CMS Revival Team