Coder Social home page Coder Social logo

dorincop / liberty-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from librewiki/liberty-engine

0.0 0.0 0.0 2.83 MB

Wiki engine made with node.js

Home Page: https://libertyengine.wiki

License: MIT License

JavaScript 99.11% Yacc 0.89%

liberty-engine's Introduction

LibertyEngine

Build Status

Table of Contents

Requirements

  • The latest version (10+) of Node.js
  • MariaDB version 10+
    • Mroonga storage engine for fulltext search. sudo apt install mariadb-plugin-mroonga
  • Nginx
  • Redis (optional)

Installation (Ubuntu / Debian)

# install dependencies
sudo apt update
sudo apt install mariadb-server
sudo apt install mariadb-plugin-mroonga
sudo apt install nginx
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install nodejs
# install LibertyEngine
git clone https://github.com/librewiki/liberty-engine.git
cd liberty-engine
npm i
npm run setup

Start

npm start

Stop

npm stop

Upgrade

git pull
npm run upgrade

Development

npm run dev # runs API development server at http://localhost:3001

Migration from Mediawiki (experimental)

bin/import-from-mw < your_mw_dump_file.xml

When Mroonga related error occurs

sudo mysql
mysql> INSTALL SONAME 'ha_mroonga';

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.