Rigby is a micro-blogging platform.
To set up your own instance of rigby, you need a few things:
An example config.json file:
{
"database": "rigby.db",
"server": {
"port": 3000,
"origin": "localhost"
},
"rss": {
"baseUrl": "http://localhost:3000"
}
}Rigby uses SQLite for its database
You'll also need the Go Programming Language tools installed in order to compile the project.