An open API service indexing awesome lists of open source software.

https://github.com/zvaehn/singularity

Display your recent social media activities at a beautiful wall
https://github.com/zvaehn/singularity

Last synced: 11 months ago
JSON representation

Display your recent social media activities at a beautiful wall

Awesome Lists containing this project

README

          

# Singularity

Singularity is based on Kirby, a file-based CMS.
Easy to setup. Easy to use. Flexible as hell.

## Trial

You can try Singularity on your local machine or on a test
server. If you want to use it on a live server, please buy a kirby license.
You can purchase your Kirby license at

A Kirby license is valid for a single domain. You can find
Kirby's license agreement here:

## Installation

### Requirements

Singularity runs on PHP 5.6+, Apache or Nginx.

### Download

You can download the latest version of singularity at https://github.com/zvaehn/singularity/releases/

### With Git

If you are familiar with Git, you can clone Kirby's
Starterkit repository from Github.

git clone https://github.com/zvaehn/singularity.git

### Setup

- rename `site/config/config.default.php` to `config.php`
- run `npm install`
- run `composer update`
- create the folder `site/cache/wall` and make sure its writeable
- copy kirby's `panel` and `kirby` folder into the root directory.