Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izumisy/slipit
:bookmark: Your online bookmarks never be social
https://github.com/izumisy/slipit
bookmarker rails semantic-ui
Last synced: 2 months ago
JSON representation
:bookmark: Your online bookmarks never be social
- Host: GitHub
- URL: https://github.com/izumisy/slipit
- Owner: IzumiSy
- Created: 2017-11-14T10:18:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T06:51:51.000Z (over 1 year ago)
- Last Synced: 2023-05-18T07:40:24.751Z (over 1 year ago)
- Topics: bookmarker, rails, semantic-ui
- Language: Ruby
- Homepage: http://slipit.me
- Size: 698 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slip.it
[![HoundCI](https://img.shields.io/badge/Protected_by-Hound-a873d1.svg)](https://houndci.com/)
[![CircleCI](https://circleci.com/gh/IzumiSy/slipit.svg?style=svg)](https://circleci.com/gh/IzumiSy/slipit)![Applogo](https://user-images.githubusercontent.com/982850/32491371-ccdc9c72-c3f9-11e7-8636-4737533b7439.png)
> Slip.it is a small self-hostable bookmark webapp built with Ruby on Rails.
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)## Setup
Make sure that you have already installed PostgreSQL and Memcached
```sh
$ bin/setup
```### Run
```sh
$ bundle exec rails dev:cache
$ bundle exec rails s
```## Contribution
PRs accepted.