rtrv / docdog-engine

Collaborative translation service written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docdog GitHub release Build Status Coverage Status Licence Powered by Wunsh.ru

Web application for co-translation of technical texts – documentations, articles, etc.

Start your own Docdog locally

To start your Docdog server:

  • Fill all environment variables from .env.sample to .env and move it to OS environment by source .env
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install frontend dependencies with cd assets && yarn install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Learn more

Getting start with technologies we are using:

About

Collaborative translation service written in Elixir

License:MIT License


Languages

Language:Elixir 77.0%Language:Elm 14.7%Language:CSS 3.7%Language:JavaScript 3.6%Language:Shell 0.5%Language:HTML 0.5%