https://github.com/askonomm/sember
A content management system with a focus on performance and ease of use.
https://github.com/askonomm/sember
blog cms php
Last synced: about 1 year ago
JSON representation
A content management system with a focus on performance and ease of use.
- Host: GitHub
- URL: https://github.com/askonomm/sember
- Owner: askonomm
- License: mit
- Archived: true
- Created: 2024-02-03T14:43:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T20:38:31.000Z (about 2 years ago)
- Last Synced: 2025-05-06T17:09:23.340Z (about 1 year ago)
- Topics: blog, cms, php
- Language: PHP
- Homepage:
- Size: 8.59 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sember
A content management system with a focus on performance and ease of use, built using modern development tools and practices, to make website building an enjoyable experience.
**Note:** This project is still in development and is not yet ready for production use. Feel free to try it out and provide feedback.
## Requirements
- PHP 8.3
- A web server (Apache, Nginx, etc.)
- A database server (SQLite is used by default, but MySQL and PostgreSQL are also supported)
- [Composer](https://getcomposer.org/)
## Install
1. [Download the latest release .zip](https://github.com/askonomm/sember/releases) or clone the repository if you like
to live on the edge and get the latest in-development version.
2. Extract the .zip file to your web server or move the cloned repository to your web server.
3. Run `composer install` to install the dependencies.
4. Navigate to `yourdomain.com/admin` and follow the instructions.