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.
- Host: GitHub
- URL: https://github.com/giodebrito/ugarit-transliterator
- Owner: GIOdeBrito
- License: gpl-3.0
- Created: 2024-02-04T15:53:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T00:11:27.000Z (over 1 year ago)
- Last Synced: 2025-03-21T20:46:39.288Z (over 1 year ago)
- Topics: docker, docker-compose, php8
- Language: PHP
- Homepage:
- Size: 797 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```