All Projects → anchorcms → Anchor Cms

anchorcms / Anchor Cms

Licence: gpl-3.0
A lightweight blog CMS for PHP

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
TSQL
950 projects
hack
652 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Anchor Cms

Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-94.4%)
Mutual labels:  blog, cms, framework
Slimcms
SlimCMS - lightweight CMS based on slim 3 framework
Stars: ✭ 201 (-94.02%)
Mutual labels:  blog, cms, content-management
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (-34.56%)
Mutual labels:  cms, content-management, framework
Wondercms
WonderCMS - fast and small flat file CMS (5 files)
Stars: ✭ 330 (-90.18%)
Mutual labels:  blog, cms
Pluxml
PluXml, Moteur de Blog et CMS à l'XML sans base de données
Stars: ✭ 168 (-95%)
Mutual labels:  blog, cms
Emlog
Emlog是一款基于PHP和MySQL的功能强大的博客及CMS建站系统,追求快速、稳定、简单、舒适的建站体验 (emlog is a fast, stable and easy-to-use blog and CMS website building system based on PHP and MySQL)。
Stars: ✭ 244 (-92.74%)
Mutual labels:  blog, cms
Practical Server Side Swift
Vapor 4 code samples for the Practical Server Side Swift book
Stars: ✭ 133 (-96.04%)
Mutual labels:  blog, cms
Cms
Club Management System of amFOSS, powered by CMS
Stars: ✭ 263 (-92.17%)
Mutual labels:  cms, framework
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-92.32%)
Mutual labels:  cms, framework
Mili
mili 是一个开源的社区系统,界面优雅,功能丰富😛
Stars: ✭ 2,875 (-14.41%)
Mutual labels:  blog, cms
Jivejdon
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
Stars: ✭ 287 (-91.46%)
Mutual labels:  blog, cms
Base
YASCMF 基础开发版(YASCMF/BASE)
Stars: ✭ 162 (-95.18%)
Mutual labels:  blog, cms
Firebase Cms
A CMS + E-commerce platform built with Angular and Firebase
Stars: ✭ 286 (-91.49%)
Mutual labels:  blog, cms
Pyrocms
Pyro is an experienced and powerful Laravel PHP CMS.
Stars: ✭ 3,086 (-8.13%)
Mutual labels:  cms, framework
Jbt blog
一个基于Django2.0+Python3.6的博客/A simple blog based on python3.6 and Django2.0.
Stars: ✭ 137 (-95.92%)
Mutual labels:  blog, cms
Nonecms
基于thinkphp5.1 的内容管理系统,可快速搭建博客、企业站;并且增加了实时聊天室
Stars: ✭ 261 (-92.23%)
Mutual labels:  blog, cms
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (-90.59%)
Mutual labels:  cms, framework
Cms
MaxSite CMS
Stars: ✭ 123 (-96.34%)
Mutual labels:  blog, cms
Sunengine
SunEngine – site engine with blog, forum and articles sections features support.
Stars: ✭ 130 (-96.13%)
Mutual labels:  blog, cms
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (-91.9%)
Mutual labels:  cms, content-management

No Longer Maintained

Unfortunately we have been able to maintain this project for sometime. We advise that you consider using alternative platforms and should no longer consider this project production ready.

Thanks for everyones support and contributions over the years.


Anchor Header Image

Anchor CMS

Anchor is a super-simple, lightweight blog system, made to let you just write. Check out the site or checkout the documentation here.

Requirements

  • PHP 5.6+
    • curl
    • mcrypt
    • gd
    • pdo_mysql or pdo_sqlite
  • MySQL 5.6+ (MySQL 5.7 recommended)

To determine your PHP version, create a new file with this PHP code: <?php echo PHP_VERSION; ?>// version.php or run php -v in the command line. This will print your version number to the screen.

Installation

  1. Ensure that you have the required components.
  2. Download Anchor either from here, by cloning this Github repo or by running:
composer create-project anchorcms/anchor-cms anchor
  1. Upload Anchor through FTP/SFTP or whatever upload method you prefer to the public-facing directory of your site.
  2. Ensure that the permissions for the content and anchor/config folders are set to 0775 and that all files belong to the web user or is a part of the same group as the web user.
  3. Create a database for Anchor to install to. You may name it anything you like. The method for database creation varies depending on your webhost but may require using PHPMyAdmin or Sequel Pro. If you are unsure of how to create this, ask your host.
  4. Navigate your browser to your Anchor installation URL, if you have placed Anchor in a sub directory make sure you append the folder name to the URL: http://MYDOMAINNAME.com/anchor
  5. Follow the installer instructions.
  6. For security purposes, delete the install directory when you are done.

Problems?

If you can't install Anchor, check the forums; there's probably someone there who's had the same problem as you, and the community is always happy to help. Additionally, check out the documentation.

Contributing

If you'd like to help out and contribute to this project, please take a look at the contributing guidelines. All information you need to get started should be included in there. If you have any questions then create an issue, make a forum post or message us directly.

Feature Requests:

If you would like to add submit a feature request then please go to our Feathub page.

Feature Requests

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].