Coder Social home page Coder Social logo

emvi / wiki Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 2.0 4.46 MB

Our collaborative Wiki software.

License: GNU Affero General Public License v3.0

Dockerfile 0.35% Go 53.07% Shell 0.21% PLpgSQL 1.62% CSS 2.72% JavaScript 10.50% HTML 4.07% Vue 24.09% SCSS 3.37%

wiki's Introduction

Emvi Wiki

Support?

No. This used to be our SaaS on emvi.com, but didn't work out the way we wanted. It's now open-source to help some of our users keep it running, but support will be very limited.

Hosts configuration

In order for Emvi to work locally, the hosts file (/etc/hosts) must be manipulated. Add the following line to the end of the file:

127.0.0.1   localhost.com dev.localhost.com dev1.localhost.com dev2.localhost.com dev3.localhost.com

Emvi can then be accessed on localhost.com.

Database Setup

Make sure you run the backend/schema/manually.sql to setup the backend database.

Development Database Data

The following data must exist in the auth database in order for the local development environment to work:

INSERT INTO "client" (name, client_id, client_secret, redirect_uri, trusted) VALUES
('backend', '9lrodHgg0z4EGCe9dTJ1', 'lFONmmtVeHoh7yLUzKXWGG4WnfUCMWNejrrxWlm8ZDSp5Sjlu8PVNSvsGm0ju30d', 'http://localhost.com:4000/organizations', true),
('collab', 'xz5tN33UW6kZzIyHrO8x', '3DLvZUadCoy6xB9mHx5uaJkfsY3K7WjwVBW6pdAeTAEy37Bjf4u05By7e0QT0hBT', null, true);

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.