Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinittome/pinitto.me
Main repo for pinitto.me open source corkboard
https://github.com/pinittome/pinitto.me
Last synced: 5 days ago
JSON representation
Main repo for pinitto.me open source corkboard
- Host: GitHub
- URL: https://github.com/pinittome/pinitto.me
- Owner: pinittome
- License: apache-2.0
- Created: 2012-12-23T22:14:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T03:21:03.000Z (about 4 years ago)
- Last Synced: 2024-04-14T08:03:39.275Z (7 months ago)
- Language: JavaScript
- Homepage: https://pinitto.me
- Size: 1.72 MB
- Stars: 64
- Watchers: 12
- Forks: 15
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - pinittome/pinitto.me - Main repo for pinitto.me open source corkboard (others)
README
# Install
If you wish to use the ```npm start/stop/restart``` scripts then you'll need to install ```forever```:
```bash
sudo npm i -g forever
```Then simply,
```bash
npm i .
git submodule update --init
cp config.js.example config.(production|development).js
vim config.(production|development).js
```# Run
```bash
node index
```Or to run with ```forever```:
```bash
npm start
```# Requires
* Cairo library (for captcha)
* On Debian/Ubuntu do this using `apt-get install libcairo2-dev`
* Mongodb server
* Node v0.10.0 (may work on other versions too)```
sudo apt-get install krb5-multidev
sudo apt-get install libjpeg-dev
```# Build status
The man he say..... [![Build Status](https://secure.travis-ci.org/pinittome/pinitto.me.png)](http://travis-ci.org/pinittome/pinitto.me)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/pinittome/pinitto.me/trend.png)](https://bitdeli.com/free "Bitdeli Badge")