Chyrp is a blogging engine designed to be lightweight while retaining functionality. It is driven by PHP and MySQL (or SQLite), and has a great standard theme and robust module engine. You can personalize and modify it any way you want.
All of your content is powered by a unique Feathers system that allows Chyrp to be whatever you want it to be. You can post anything and everything, or just stick to the default Text feather and run a regular blog. Chyrp destroys the fine line between a blog and a tumblelog.
Chyrp will thrive on virtually any server setup, but we guarantee Chyrp to run on no less than:
- PHP 5 >= 5.1.3
- MySQL:
- MySQL 4.1+
- SQLite:
- SQLite 3+
- PDO
These requirements are more of guidelines, as these are the earliest versions of the services that we have tested Chyrp on. If you are successfully running Chyrp on an earlier version of these services, let us know.
Installing Chyrp is easier than you expect. You can do it in four steps:
- If using MySQL, create a MySQL database with a username and password.
- Download, unzip, and upload.
- Open your web browser and navigate to where you uploaded Chyrp.
- Follow through the installer at index.php.
That's it! Chyrp will be up and running and ready for you to use.
Keeping Chyrp up to date is important to make sure that your blog is as safe and as awesome as possible.
- Download the latest version of Chyrp from http://chyrp.net/.
- Copy your config files1 to somewhere safe.
- Disable any Modules/Feathers that you downloaded for the release you're upgrading from.
- Overwrite your current Chyrp installation files with the new ones.
- Restore your config files1 back to /includes/.
- Upgrade by navigating to upgrade.php, and restore any backups.
- Re-enable your Modules/Feathers.
- Run the upgrader again. It will run the Module/Feather upgrade tasks.
1 The config files vary depending on what you're upgrading from. Any of these in are considered "config files":
/includes/config.yaml.php
/includes/database.yaml.php
/includes/config.yml.php
/includes/database.yml.php
/includes/config.php
/includes/database.php
Chyrp isn't complete without activating a few extensions. Extensions add functionality (ex. audio clips, video, photos) to Chyrp. You can find extensions for Chyrp made by the Chyrp community at http://chyrp.net/extend.
To install extensions, you have to determine what type of extension it is. It can be a module, a feather, a theme, or a localization. There's a different setup process for each type.
Feathers add new post types to Chyrp. Post types determine what kind of media you can display in your blog.
- Download and unzip the feather
- Upload the feather to the
feathers/
folder. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Extend tab, and then the Feathers sub tab.
- Drag it from the Disabled pane to the Enabled pane.
You can now use the feather by navigating to the Write tab and choosing the feather you uploaded.
Installing modules is quick, easy, and painless with Chyrp. They add extra functionality to Chyrp.
- Download and unzip the module.
- Upload the module to the
modules/
folder. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Extend tab and drag it from the Disabled pane to the Enabled pane.
The module is now installed and is ready for action. Keep in mind that some modules may conflict with each other if they do similar tasks. They are marked with red lines between them on the Modules page.
Chyrp makes applying themes to your blog easy. With a single click you can change the look of your blog.
- Download and unzip the theme.
- Upload the theme to the
themes/
folder. Make sure that it is contained in it's own folder. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Extend tab, and then the Themes sub tab.
- Click on the screenshot of the theme you just uploaded to apply it to your blog.
Chyrp can even show you what the theme will look like before anyone else sees it. In the Themes sub tab, click on the Preview button below the theme screenshot to see the theme.
Chyrp is multilingual! If your first language isn't English, you can apply a new localization to Chyrp to make it speak your language.
- Download and unzip the localization.
- Upload the
.mo
file to theincludes/locale/
folder. You don't need anything else for the translation to work. - Open your web browser and navigate to your Chyrp administration panel.
- Click on the Settings tab, and change the Language option to the language you just uploaded.