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
- Host: GitHub
- URL: https://github.com/zvaehn/singularity
- Owner: zvaehn
- License: mit
- Created: 2016-08-31T14:21:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T11:13:30.000Z (about 3 years ago)
- Last Synced: 2025-06-14T14:42:25.787Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 25.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.