Skip to content

Collaborative translation service written in Elixir and Elm

License

Notifications You must be signed in to change notification settings

wunsh/docdog-engine

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

Now you can start your development activity very easy:

docker-compose up

But make simple preparing before:

  1. Install Docker with compose feature.

  2. Fill all needed environment variables from .env.sample to .env:

    cp .env.sample .env
    # Update `.env` in your favorite editor
    
  3. Now you can docker-compose up it! If this is your first app booting, you need to create database and run migrations:

    # Your compose must be running
    docker-compose exec app mix do ecto.create, ecto.migrate
    

Now you can visit localhost:4000 from your browser.

Learn more

Getting start with technologies we are using:

Credits

We use an awesome icon as logo and favicon created by Vladimir Belochkin. We express our gratitude to the author and the Noun Project.