Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anchorcms/anchor-cms
A lightweight blog CMS for PHP
https://github.com/anchorcms/anchor-cms
anchor anchor-cms blog cms content-management framework php
Last synced: about 1 month ago
JSON representation
A lightweight blog CMS for PHP
- Host: GitHub
- URL: https://github.com/anchorcms/anchor-cms
- Owner: anchorcms
- License: gpl-3.0
- Archived: true
- Created: 2011-05-03T19:10:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T13:31:30.000Z (over 4 years ago)
- Last Synced: 2024-04-26T02:20:22.827Z (8 months ago)
- Topics: anchor, anchor-cms, blog, cms, content-management, framework, php
- Language: PHP
- Homepage: http://anchorcms.com/
- Size: 8.76 MB
- Stars: 3,330
- Watchers: 189
- Forks: 576
- Open Issues: 48
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/CONTRIBUTING.md
- License: license.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - anchorcms/anchor-cms - A lightweight blog CMS for PHP (php)
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](http://anchorcms.com/) or checkout the [documentation here](http://docs.anchorcms.com/).
## 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: `// 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](http://anchorcms.com/download), by cloning this Github repo or by running:
```
composer create-project anchorcms/anchor-cms anchor
```
3. Upload Anchor through FTP/SFTP or whatever upload method you prefer to the public-facing directory of your site.
4. 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.
5. 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.
6. 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`
7. Follow the installer instructions.
8. For security purposes, delete the `install` directory when you are done.## Problems?
If you can't install Anchor, check the [forums](http://forums.anchorcms.com/); 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](http://anchorcms.com/docs).
## Contributing
If you'd like to help out and contribute to this project, please take a look at the [contributing guidelines](https://github.com/anchorcms/anchor-cms/blob/master/.github/CONTRIBUTING.md). 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](http://feathub.com/anchorcms/anchor-cms).
[![Feature Requests](http://feathub.com/anchorcms/anchor-cms?format=svg)](http://feathub.com/anchorcms/anchor-cms)