An open API service indexing awesome lists of open source software.

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.

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.