Skip to content

Blog set up

Howl edited this page Mar 28, 2016 · 1 revision

For the blog system, ripple uses a custom version of the anchor CMS. For it to completely work, you'll need to visit http://yourrippleinstance.com/blog, follow the set up instructions, and then put this in your nginx config:

location /blog {
    try_files $uri $uri/ /blog/index.php;
}

Then, everything will work automagically.

Clone this wiki locally