Giter Club home page Giter Club logo

meguca's Introduction

Real-time imageboard. MIT licensed. Supported platforms: Linux, OS X (win64 pending)

NOTE: The git master branch contains the development version of the board. Crashes are not uncommon as new features are added and patched. The database structure and transport API are in active development. Don't use the master branch in production. For more stable revisions, please download the latest release.

##Setup

  • Install dependencies listed below
  • Sign up for reCAPTCHA
  • Run npm install to install npm deps and compile C++ addons
  • Configure the files in config/
  • Run node builder.js to start an auto-reloading development server

##Production

  • Have your webserver serve www/
    • It is highly recommended to use a dedicated webserver for serving static files and as a reverse proxy. Even if you choose to use the default inbuilt webserver, you still need to set MEDIA_URL in config/imager for image search links to work.
  • Run npm start to start the server
  • You can update config/hot.js on-the-fly with node server/kill.js
  • To remove compiled server dependancies run make clean
  • Similarly make client_clean removes compiled client files

##Updating

  • To recompile client JS & CSS run make client. The new files can be loaded into a running server with node server/kill.js
  • After upgrading an io.js version or a meguca release run make upgrade to recompile all dependancies

##Dependencies

###Optional dependencies

  • ffmpeg 2.2+ with libvpx, libvorbis and libopus for WebM support
    • with libmp3lame for MP3
  • pngquant 2.3.0+ for PNG thumbnails

Documentation

##Standalone upkeep scripts

  • scripts/backup.js - uploads rdb to S3
  • scripts/backup.sh - MEGA backup script
  • scripts/purge_bans.sh - Removes all bans
  • scripts/purge_mod_sessions.sh - Closes all active moderator sessions
  • scripts/radio.js - icecast2 server integration
  • scripts/send.js - global websocket push messages

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.