https://github.com/digibib/node_aktivehyller
Aktive hyller in Node.js
https://github.com/digibib/node_aktivehyller
Last synced: about 1 year ago
JSON representation
Aktive hyller in Node.js
- Host: GitHub
- URL: https://github.com/digibib/node_aktivehyller
- Owner: digibib
- Archived: true
- Created: 2013-08-29T21:38:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T08:58:23.000Z (over 8 years ago)
- Last Synced: 2025-03-06T09:48:08.576Z (over 1 year ago)
- Language: CSS
- Size: 623 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Active Shelves
Active Shelves rewritten in Node.js
## Prerequisites
Requires Node.js
## (L)ubuntu Install
### Node.js
```
sudo apt-get update
sudo apt-get install python-software-properties software-properties-common python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
```
### Mocha (testing)
```
sudo npm install -g mocha
sudo apt-get install libnotify-bin
```
## Deploy scripts
SaltStack setup and deploy scripts are under `salt`
All neccessary files under `salt/files`
## Manual install
Install required modules:
```npm install``` from root application folder