35 lines
1.2 KiB
Org Mode
35 lines
1.2 KiB
Org Mode
|
#+TITLE:
|
||
|
#+AUTHOR: Bob Mottram
|
||
|
#+EMAIL: bob@freedombone.net
|
||
|
#+KEYWORDS: freedombone, bludit, blog
|
||
|
#+DESCRIPTION: How to use Bludit
|
||
|
#+OPTIONS: ^:nil toc:nil
|
||
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
|
||
|
|
||
|
#+BEGIN_CENTER
|
||
|
[[file:images/logo.png]]
|
||
|
#+END_CENTER
|
||
|
|
||
|
#+BEGIN_EXPORT html
|
||
|
<center>
|
||
|
<h1>Bludit</h1>
|
||
|
</center>
|
||
|
#+END_EXPORT
|
||
|
|
||
|
This is a databaseless blogging system which uses markdown files. It's not very complex and so there is not much to go wrong, and it should run well on any server hardware.
|
||
|
|
||
|
* Installation
|
||
|
Log into your system with:
|
||
|
|
||
|
#+begin_src bash
|
||
|
ssh myusername@mydomain -p 2222
|
||
|
#+end_src
|
||
|
|
||
|
Using cursor keys, space bar and Enter key select *Administrator controls* and type in your password.
|
||
|
|
||
|
Select *Add/Remove Apps* then *bluit*. Enter the subdomain that you which to use, such as *blog.mydomain.net*, and optionally a FreeDNS code.
|
||
|
|
||
|
Now in a browser navigate to your subdomain. You will need to enter some details for the database. You'll be asked to provide an initial administrator password.
|
||
|
|
||
|
From there on it's all pretty straightforward. If you need to publish a draft the post status can be changed on a drop down list on the right hand side.
|