Coder Social home page Coder Social logo

overrustlelogs's Introduction

OverRustle Logs

A chat log suite for Destiny.gg and Twitch.tv.

Setting Up OverRustle Logs

These instructions assume you are installing on Ubuntu 14.04 or higher.

Step 1

Install git.

sudo apt-get install git --assume-yes

Step 2

Clone the overrustlelogs repo.

git clone https://github.com/MemeLabs/overrustlelogs.git

cd overrustlelogs

Step 3

Copy and edit the .env file. Edit the overrustlelogs.toml file.

# cd into overrustlelogs if not already in there
cd ./overrustlelogs
cp ./.env.example ./.env

# changing paths in this requires to change paths in install.sh
vim .env

# copy config files to working dir
cp ./package/var/overrustlelogs/* 

# few things you need to edit here too
vim ./overrustlelogs.toml

# set the channels you want to log 
vim ./channels.json

# change server_name's in the nginx config if you need
vim ./package/etc/nginx/sites-enabled/overrustlelogs.net.conf

Step 4 (Docker)

start the stack

docker-compose up -d

Step 4 (Host)

Run the install script from the repo root directory.

# cd into overrustlelogs if not already in there
cd overrustlelogs
# use sudo if you're not root
# only use all.sh if you're on ubuntu and don't have nginx, varnish, docker and
# docker-compose installed, otherwise install everything manually and run install.sh afterwards
./scripts/all.sh

Updating

Run the update script from the repo root directory.

# cd into overrustlelogs if not already in there
cd overrustlelogs
# use sudo if you're not root
./scripts/update.sh

overrustlelogs's People

Contributors

dbcc avatar slugalisk avatar tensei avatar tabakhase avatar sztanpet avatar blushies avatar jasonkeene avatar kenany avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.