Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Anchor lightweight blog system
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Anchor lightweight blog system

twaintwain Member
edited May 2013 in General

Just stumbled upon this. Looks pretty decent:

http://anchorcms.com/

«1

Comments

  • SpeedBusSpeedBus Member, Host Rep

    Looks simple and pretty neat, I'll give it a try :D Thanks !

  • bcrlsnbcrlsn Member

    I like it. Pretty! I actually have a good use for that with a project I'm working on for my brother right now. :)

  • RaymiiRaymii Member

    This looks very nice, and small. Perfect for a LEB... @joepie91 have an opinion about the security?

  • TimTim Member
    edited May 2013

    Yeah, this does look interesting!

  • PandoGulfPandoGulf Veteran
    edited May 2013

    We need PHP 5.3.6 or higher, you are running 5.3.3-7+squeeze15

    it doesn't work with debian , you need to upgrade php first

  • DavidxDavidx Member

    I've been following one of the developers for a long time. (at least VisualIdiot)
    I love anchor, but there it's practically riddled with bugs. Used it for a good four months on my portfolio then it just went crazy by itself.

    Support wasn't too good at the time either, maybe they improved.

    0.9 update wasn't any better.

    Id give it a shot yourself though, maybe better luck.

  • TimTim Member
    edited May 2013

    I'm having a bear of a time trying to get it to work on my Windows Azure trial :(.

    This is as far as I've gotten :P http://corgi.azurewebsites.net/

    After running the installer, and chooosing the "Visit site" option, I get this error:

    [](Uncaught Exception

    syntax error, unexpected 'index' (T_STRING), expecting ')'

    Origin

    anchor\config\app.php on line 5

    Trace

    0 [internal function]: System\Error::shutdown()

    1 {main} )

    Definitely not as easy to install as WordPress ;)

    In that anchor\config\app.php file, on line five is []('index' => 'index.php',) Not sure what else it wants there...?

  • jhjh Member
    edited May 2013

    Nice. I've been looking for an alternative to WP.

    @Tim: I didn't have to do any manual config, though the download link wasn't working. I did a git clone, updated PHP and then ran the installer and it did everything :)

    http://blog.sysadmin.co.uk/

  • twaintwain Member

    @jhadley, cool glad it works will try it out soon as well.

  • KrisKris Member

    @jhadley said: @Tim: I didn't have to do any manual config, though the download link wasn't working. I did a git clone, updated PHP and then ran the installer and it did everything :)

    Seems APC has an issue with the correct path / isn't installed:

    Uncaught Exception

    PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/apc.so' - /usr/lib64/php/modules/apc.so: undefined symbol: pcre_exec
    Origin

  • jhjh Member

    @Kris fixed, thanks

  • KrisKris Member

    Np - Oddly was sporadic, only mentioned since it I've just recently gotten into APC as a cache, and have been looking at Anchor as a blog too

  • yomeroyomero Member

    I will follow this thread closely :P

  • twaintwain Member

    I'm debating between Anchor, Chronicle, Dokuwiki, and Processwire.. Will likely test out all four

  • flyfly Member

    anchor is still in very active development so might want to wait a bit. they are planning a major release soon tho

  • SpeedBusSpeedBus Member, Host Rep

    @twain said: Chronicle

    Got any link to that ?

  • TimTim Member

    @SpeedBus said: @twain said: Chronicle

    Got any link to that ?

    Indeed, I can't seem to find it by searching Google. I think I found the developer's site but couldn't find any links on that site for Chronicle.

  • twaintwain Member

    http://www.steve.org.uk/Software/chronicle/

    By Steve Kemp a Debian developer

  • joepie91joepie91 Member, Patron Provider

    @Raymii said: @joepie91 have an opinion about the security?

    It seems okay, security-wise. It's very heavily framework-based, so things like SQL queries and such are effectively abstracted away. Can't see any glaring errors, and while I'm personally not a fan of code that's split up in so many little pieces, I can't immediately see anything that makes me go "oh no...".

    You're probably safe running this on your server. Obviously I didn't do an in-depth check, but just as a general indication.

  • My eyes hurt from all the static functions. Besides that, I agree with @joepie91 that is looks good (security-wise). This is clearly someone that has thought about what he was doing.

    On a side note: personally I do prefer splitting everything up on those little pieces. You write code once, but read it 10 times (or more). Also, keeping classes and functions small forces you to think about their purpose, about abstraction and about making functions do just a single task, not multiple. In my experience, it may take a little time more upfront (especially when you're not used to it), but you'll be so much happier when you return to the code to fix a bug or add a feature.

  • joepie91joepie91 Member, Patron Provider

    @mpkossen said: On a side note: personally I do prefer splitting everything up on those little pieces. You write code once, but read it 10 times (or more). Also, keeping classes and functions small forces you to think about their purpose, about abstraction and about making functions do just a single task, not multiple. In my experience, it may take a little time more upfront (especially when you're not used to it), but you'll be so much happier when you return to the code to fix a bug or add a feature.

    The problem is that you cannot get an overview of the codebase.

  • bcrlsnbcrlsn Member
    edited May 2013

    Works fine. Just installed it in place of my personal blog that was on wordpress ... www.brendancarlson.me

  • lele0108lele0108 Member
    edited May 2013

    I've built a couple of websites/blogs on AnchorCMS. I love the UI and the documentation is easy to understand, though a bit lacking in all of the functions.

    Yes, it is sometimes buggy. Yes, setup is harder than the 5 minute wordpress setup.

  • agoldenbergagoldenberg Member, Host Rep

    No way is it harder? It's exactly the same. Set it up on my dedi in less than 5 minutes.

    Create a database, upload files, go to install dir.

    Got it running here: http://www.CoderAndrew.com

  • bcrlsnbcrlsn Member

    @agoldenberg - same here. It's pretty and it seems fairly lightweight. My server which has an atom processor is handling it just fine with a fair amount of traffic.

  • @joepie91 said: The problem is that you cannot get an overview of the codebase.

    You mean how it's structured (like the file tree) or how a requests traverses through the code?

  • kbeeziekbeezie Member

    another "lightweight" blog CMS is NibbleBlog (literally needs no DB as it's just PHP and XML... though I have to wonder if they couldn't make some kind of static page generator so you're not hitting PHP every single visit).

    http://www.nibbleblog.com/

    They also have a version of it that supports MarkDown (much like this place)

  • vanarpvanarp Member

    I think Blite [ http://blite.ca/ ] is too fast for basic blogging needs. Apparently it has not received any updates this year yet.

  • kbeeziekbeezie Member

    @vanarp said: I think Blite [ http://blite.ca/ ] is too fast for basic blogging needs. Apparently it has not received any updates this year yet.

    Too fast?

  • vanarpvanarp Member

    @kbeezie said: Too fast?

    I mean loads pretty fast probably being light weight.

Sign In or Register to comment.