GitXplorerGitXplorer
d

bcserver

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f284adb229c2d960515a2534a204c4fc997cf604

Update README.md

ddaxxog committed 12 years ago
Unverified
3ccb201737fbc5593d629ddb83237042ffdb7e52

Update README.md

ddaxxog committed 12 years ago
Unverified
5c6d614138dc6d00f84298f9dc557b4bdd3ba3af

0.0.6

ddaxxog committed 12 years ago
Unverified
e89d79f497eb0632ff06ba9fd86f1a0cce4ffd07

And windows newlines show up again!

ddaxxog committed 12 years ago
Unverified
b8c8d978b3cc224ed437d67b0d76754abdbb9df1

Re-worked api to be more RESTful

ddaxxog committed 12 years ago
Unverified
52b361ad81ab492f5271e2f85d9d7858e9f9a530

Bugfix: Stupid windows newlines. 0.0.4

ddaxxog committed 12 years ago

README

The README file for this repository.

bcserver

BarCode Server

Dependencies

  • nodejs
  • zint
  • imagemagick

Install deps (ubuntu)

sudo apt-get install imagemagick cmake libpng-dev

mkdir ~/dev
cd ~/dev
curl -L https://github.com/zint/zint/archive/master.tar.gz | tar zx
cd zint-master
cmake .
make

sudo make install

Install (try sudo)

stable

npm install -g bcserver

edge

npm install -g https://github.com/daxxog/bcserver/tarball/master

upstart

curl -L https://gist.github.com/daxxog/5341036/raw/bcserver-install.sh | sh

Example

(bcserver -p 8888) &
#wait a few seconds for server to start then do this:
curl http://localhost:8888/12345.svg