jordibruin / texterify

The open source localization management system.

Home Page:https://github.com/chrztoph/texterify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texterify Logo

Build Status License Open Issues

Texterify is an open source localization management system.

It is completely free and open source so you can host it on your own server or just run it locally.

Example image

Installation

The easiest way to get the software up and running is by using the official Docker image. We already have a ready to go docker-compose configuration for starting Texterify locally or on your server within seconds.

You only need to have docker and docker-compose installed on the system where Texterify will be running.

The process of starting the application is the following:

# Clone the docker-compose configuration.
git clone https://github.com/chrztoph/texterify-docker-compose-setup.git
cd texterify-docker-compose-setup

# Generate a secret key for the app.
# Make sure to keep this private.
echo SECRET_KEY_BASE=`openssl rand -hex 64` > secrets.env

# Start the service.
docker volume create --name=texterify-database
docker volume create --name=texterify-assets
docker-compose up -d

# Create the database.
docker-compose exec app bin/rails db:create db:migrate db:seed

# Service should now be available on http://localhost.

This will install the latest version of the service available at the time of setting up.

Tools & Integrations

Contributing

Want to help build Texterify?

We are happy about every help.

License

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

The open source localization management system.

https://github.com/chrztoph/texterify

License:MIT License


Languages

Language:TypeScript 61.9%Language:Ruby 34.3%Language:CSS 1.2%Language:HTML 1.2%Language:JavaScript 1.1%Language:Dockerfile 0.3%