Skip to content

biggtfish/anchor-cms

 
 

Repository files navigation

Anchor CMS

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

Feature Requests

Requirements

  • PHP 5.3.6+
    • curl
    • mcrypt
    • gd
    • pdo_mysql or pdo_sqlite
  • MySQL 5.2+

To determine your PHP version, create a new file with this PHP code: <?php echo PHP_VERSION; // version.php. This will print your version number to the screen.

Install

  1. Ensure that you have the required components.
  2. Download Anchor either from here or by cloning this Github repo.
  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 0777.
  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; 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.

Here are some example server configurations

These have been supplied by @tk421 to help you get started with your Anchor site

Distribution Status
Debian Jessie 8 Debian Jessie 8
Debian Wheezy 7.0 Debian Wheezy 7.0
Ubuntu Vivid 15.04 Ubuntu Vivid Vervet 15.04
Ubuntu Utopic 14.10 Ubuntu Utopic Unicorn 14.10
Ubuntu Trusty 14.04 Ubuntu Trusty Tahr 14.04
CentOS 7 CentOS 7

About

Anchor is a free, lightweight, faster-than-a-bullet, simple blogging system, made for art–directed posts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.6%
  • CSS 9.5%
  • JavaScript 4.9%