An open API service indexing awesome lists of open source software.

https://github.com/giodebrito/ugarit-transliterator

My transliterator and dictionary of the dead Ugaritic language.
https://github.com/giodebrito/ugarit-transliterator

docker docker-compose php8

Last synced: 3 months ago
JSON representation

My transliterator and dictionary of the dead Ugaritic language.

Awesome Lists containing this project

README

          

# Ugarit Transliterator

This is one of my favourite projects, the Ugarit Transliterator.
Where I aim to create a tool to help understand, and record, the long forgotten ugaritic language.

## Requirements

- A Linux-running machine (Preferably)
- Docker and Docker Compose

## Run: step-by-step

Build the images with ``docker composer``.

```bash
sudo docker-compose build
```

Bring up the containers, or update them.

```bash
sudo docker-compose up -d
```