GithubHelp home page GithubHelp logo

jordibruin / texterify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from txty-io/texterify

0.0 1.0 0.0 2.12 MB

The open source localization management system.

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

License: MIT License

Dockerfile 0.31% Ruby 34.35% JavaScript 1.08% CSS 1.20% TypeScript 61.91% HTML 1.16%

texterify's Introduction

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.

texterify's People

Contributors

chrztoph avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.