anchor-cms

A lightweight blog CMS for PHP

Github星跟踪图

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

主要指标

概览
名称与所有者anchorcms/anchor-cms
主编程语言PHP
编程语言PHP (语言数: 7)
平台
许可证GNU General Public License v3.0
所有者活动
创建于2011-05-03 19:10:05
推送于2020-05-19 13:31:30
最后一次提交2020-05-19 14:31:29
发布数23
最新版本名称0.12.7 (发布于 2018-03-07 12:12:47)
第一版名称0.4 (发布于 2012-02-05 23:33:07)
用户参与
星数3.3k
关注者数185
派生数565
提交数1.9k
已启用问题?
问题数841
打开的问题数47
拉请求数286
打开的拉请求数1
关闭的拉请求数207
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?