Anchor CMS alternatives and similar software solutions
Based on the "Blogging Platforms" category.
Alternatively, view Anchor CMS alternatives based on common mentions on social networks and blogs.
-
Solo
A blogging system written in Java, feel free to create your or your team own blog. -
Wagtail
A Django content management system focused on flexibility and user experience. -
Bludit
Simple application to build a site or blog in seconds. Bludit uses flat-files -
Postleaf
An open source blogging platform with inline editing, handlebar templates, and a beautiful user interface. -
Dante Stories
Self hosted Medium platform built with Ruby on Rails. -
Formtools
Powerful, flexible, free and open source PHP/MySQL script to manage your forms and data. -
Blogotext
A free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances. -
Hotglue
HOTGLUE is a freehand CMS which allows to construct websites directly in a web-browser. It uses flat files for storage and provides an intuitive GUI. -
Blog
Facebook-styled blog. Free, extremely lightweight, single-user and easy to install. -
Antville
Antville is a free, open source project aimed at the development of a high performance, feature rich weblog hosting software. -
Cadmus
Cadmus is an extremely lightweight, flat-file blogging platform powered by Markdown. -
Source Code
Free blog-engine written in PHP and using SQLite. This offers you both an unmatched simplicity during installation and great performances.
Scout APM - Leading-edge performance monitoring starting at $39/month
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Anchor CMS or a related project?
README
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](.github/anchor-bg.jpeg)
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
- Ensure that you have the required components.
- Download Anchor either from here, by cloning this Github repo or by running:
composer create-project anchorcms/anchor-cms anchor
- Upload Anchor through FTP/SFTP or whatever upload method you prefer to the public-facing directory of your site.
- Ensure that the permissions for the
content
andanchor/config
folders are set to0775
and that all files belong to the web user or is a part of the same group as the web user. - 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.
- 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
- Follow the installer instructions.
- 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.