Giter VIP home page Giter VIP logo

raito-sync's Introduction

Raito Sync

This server should not be used alone. Check this repository Raito-Manga for more information.

Quick Start

  1. Create a config.json file based on the config_template.json.

  2. Create a docker-compose.yml file like this:

version: "3.7"

services:
  raito-sync:
    image: nohackjustnoobb/raito-sync
    container_name: raito-sync
    restart: unless-stopped
    ports:
      - "3000:3000"
    volumes:
      - ./db.sqlite3:/app/db.sqlite3
      - ./config.json:/app/config.json:ro
  1. Create the container
sudo docker-compose up -d

Manual Setup (Not Recommended)

Make sure that you have GoLang installed before setting up.

# 1. Clone this repository
git clone https://github.com/nohackjustnoobb/Raito-Sync.git
cd Raito-Sync

# 2. Create and Edit the config file
cp config_template.json config.json
nano config.json

# 3. Install the dependencies
go mod download

# 4. Run the server
go run .

You can execute the commands one by one or copy all of them at once and create a shell script.

raito-sync's People

Contributors

nohackjustnoobb avatar

Watchers

 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.