https://github.com/allar/nodecg-allar-overlay
Main overlay for Allar's streams
https://github.com/allar/nodecg-allar-overlay
Last synced: about 1 month ago
JSON representation
Main overlay for Allar's streams
- Host: GitHub
- URL: https://github.com/allar/nodecg-allar-overlay
- Owner: Allar
- Created: 2017-05-16T20:32:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T02:14:25.000Z (about 9 years ago)
- Last Synced: 2025-01-12T10:09:03.358Z (over 1 year ago)
- Language: CSS
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is a [NodeCG](http://github.com/nodecg/nodecg) bundle, currently tested against NodeCG v0.8.9.
# Installation
This bundle requires other bundles to use. I do not recommend using this bundle directly unless you know what you are doing.
Here is what I use to deploy my stream overlay to a new machine.
First I make a new folder that will contain the overlay, and then navigate into it. Then I run the following:
```
npm install -g bower
npm install -g nodecg-cli
nodecg setup
nodecg install Allar/nodecg-allar-overlay
nodecg install Allar/nodecg-beam-service
nodecg install Allar/nodecg-follower-alert
nodecg install Allar/nodecg-nowplaying
nodecg install Allar/nodecg-recentfollower
nodecg install Allar/nodecg-twitch-service
nodecg install Allar/nodecg-streamtip-service
nodecg install Allar/nodecg-tips-recent
nodecg install Allar/nodecg-tips-alert
cd ./bundles/nodecg-allar-overlay
nodecg defaultconfig
cd ../../
cd ./bundles/nodecg-beam-service
nodecg defaultconfig
cd ../../
cd ./bundles/nodecg-nowplaying
nodecg defaultconfig
cd ../../
cd ./bundles/nodecg-twitch-service
nodecg defaultconfig
cd ../../
cd ./bundles/nodecg-streamtip-service
nodecg defaultconfig
cd ../../
echo "Run 'nodecg start' to start!"
```