Skip to content

Collaborative translation service written in Elixir

License

Notifications You must be signed in to change notification settings

rtrv/docdog-engine

This branch is 39 commits behind wunsh/docdog-engine:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fbf244 · Mar 11, 2018

History

81 Commits
Feb 25, 2018
Feb 16, 2018
Mar 11, 2018
Mar 11, 2018
Feb 11, 2018
Mar 11, 2018
Feb 11, 2018
Feb 11, 2018
Feb 10, 2018
Feb 11, 2018
Feb 25, 2018
Feb 19, 2018
Feb 25, 2018
Feb 10, 2018
Feb 11, 2018
Mar 10, 2018
Mar 10, 2018

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 77.0%
  • Elm 14.7%
  • CSS 3.7%
  • JavaScript 3.6%
  • Other 1.0%