-
-
Notifications
You must be signed in to change notification settings - Fork 48
Getting Started
Daniel Pimley edited this page Apr 27, 2024
·
9 revisions
- PHP 8.0+ with default extensions (Session, JSON, Ctype, Filter, libxml, SimpleXML)
- Multibyte String
- PDO
- cURL
- MySQL 5.7+
- SQLite 3+
- PostgreSQL 10+
You can install Chyrp Lite in three steps:
- If using MySQL, create a MySQL database with a username and password.
- Download the latest release, unzip, and upload to your web server.
- Run the installation process by visiting install.php in your web browser.
You can upgrade Chyrp Lite in six steps:
- Backup your database before proceeding!
- Download the latest version of Chyrp Lite.
- Move your uploads folder and includes/config.json.php somewhere safe.
- Overwrite your current version with the new one.
- Restore your uploads folder and includes/config.json.php.
- Run the upgrade process by visiting upgrade.php in your web browser.
This is the wiki for Chyrp Lite: An ultra-lightweight blogging engine, written in PHP.
- About Permissions
- Tour of a Theme
- Twig Reference
- Twig Variables
- Object Attributes
- Routes and Controllers
- Making Your First Module
- Debug and Tester Modes
- About Errors
- Introduction to Helpers
- Introduction to Translations
- Introduction to Triggers
- Anatomy of info.php Files
- Anatomy of a Feather
- Anatomy of a Module
- Anatomy of a Theme
- Anatomy of a Post
- Localizing Extensions
- Adding Ajax Functionality
- Working with JavaScript
- Working with Model
- Working with Config