Skip to content

cylwin/haste-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haste Service

About

Personal fork of haste-server to include several modifications for my needs

  • Updated interface to not cover/block content
  • Ability to upload images/files
  • Ability to store metadata along with the paste/file
  • Compress pastes in datastore
  • Bug fixes
  • Updated library dependencies
  • Shortcuts respond to mac command key

Installation

Prerequisites

  • Node: 0.10.31+
  • NPM: 1.4.24+
  • Redis: Tested with 2.8.19, presumably anything from 2.0+ works, no idea about 1.x

Setup

  • Clone the repository for the changeset/release desired
  • Copy config.sample.js to config.js and modify per your needs.
  • Run npm install from the base directory
  • Ensure redis-server is running

Running Service (Development/Debug)

  • Run npm start from the base directory

Running Service (Production)

  • Configure init script to be run by system

About

Customizations made to seejohnrun/haste-server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.5%
  • CSS 8.6%
  • HTML 3.9%