Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBeaver committed Sep 30, 2019
1 parent b4bd937 commit 0d2814b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Odminus

Консоль администрирования серверов 1С:Предприятия с человеческим лицом.

## Сборка и запуск

``` bash

# сборка
git clone https://github.com/EvilBeaver/odminus.git
cd odminus/src
opm install -l

# запуск
cd ..
docker build -t odminus .
docker run -p 0.0.0.0:5000:5000 -d odminus
``

0 comments on commit 0d2814b

Please sign in to comment.