Giter Club home page Giter Club logo

dragonite-public's Introduction

Dragonite-Public

Unown# docs

Setup (Non-Docker)

  1. Clone repo

    git clone https://github.com/UnownHash/Dragonite-Public.git
  2. Change Directory to the Repo

    cd Dragonite-Public
  3. Execute run.sh to download the latest release binaries

    ./run.sh
  4. Create and adjust config.toml for dragonite

    cp dragonite/config.toml.example dragonite/config.toml
    nano dragonite/config.toml
  5. Create and adjust config.toml for admin

    cp admin/config.toml.example admin/config.toml
    nano admin/config.toml
  6. Be sure to setup a database

Start

  1. Dragonite (change filename if using different platform)

    cd dragonite
    pm2 start ./dragonite-linux-amd64 --name dragonite -o "/dev/null"
    cd ..
  2. Admin (change filename if using different platform)

    cd admin
    pm2 start ./admin-linux-amd64 --name dragonite-admin
    cd ..

Dragonite itself stores logs into file dragonite/logs/dragonite.log by default (logs are rotated),
if you want to use pm2 logs pls adapt config and pm2 command.

Update

  • Execute run.sh to download the latest release
  • Check Changelog, check config.toml for new config values available
  • pm2 restart dragonite
  • pm2 restart dragonite-admin

Testing

  • To download a testing binary execute
    ./run.sh -t

dragonite-public's People

Contributors

fabio1988 avatar xerockxmg avatar cronick avatar turtiesocks avatar lenisko 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.