GithubHelp home page GithubHelp logo

neo4reo / parrot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from corestoreio/parrot

0.0 2.0 0.0 5.26 MB

Self-hosted Localization Management Platform built with Go and Angular 2

Home Page: http://anthonynsimon.com/parrot.github.io/

License: MIT License

Nginx 0.41% Go 40.17% Shell 0.76% TypeScript 39.85% JavaScript 0.64% HTML 15.32% CSS 2.86%

parrot's Introduction

Parrot

Docs MIT License

Self-hosted Localization Management Platform built with Go and Angular 2.

[Documentation] (https://anthonynsimon.gitbooks.io/parrot/content/)
[Website] (http://anthonynsimon.com/parrot.github.io)

NOTICE: the project is still in heavy development and it is NOT recommended for use in production until a version 1.0 is reached.

Features

  • Built-in UI (web app) ready to deploy.
  • REST API to easily extend or integrate Parrot into your pipeline.
  • Export to various formats: keyvaluejson, po, strings, properties, xmlproperties, android, php, xlsx and csv.
  • Easily rename project strings, Parrot takes care of keeping locales in sync.
  • Manage your project's team, assign collaborators and their roles.
  • Control API Client access for your projects.
  • Easy install/deploy using Docker.

Try it out

The easiest way to get started is using docker and docker-compose. Simply clone this repo, navigate to the root of it and start the services:

$ git clone https://github.com/anthonynsimon/parrot.git
$ cd parrot
$ sudo /bin/bash scripts/release.sh
$ sudo /bin/bash scripts/start.sh

Please note that to build the web app, npm is required.

This will build the web app and launch 3 containers: a Postgres database, the Parrot API server and Nginx as the reverse proxy and static file server.

Navigate to https://localhost/api/v1/ping and you should be able to see if the API is up (your browser will complain about an unknown certificate, see the HTTPS notice below for more info).

And to view the web app simply navigate to https://localhost, it should open the login page of the web app.

Important note on HTTPS

For convinience, self-signed SSL certificates are provided for the reverse-proxy (nginx). Do NOT use them for anything other than development, use your own certificates instead. We recommended automating the generation and renewal of the certificates via Let's Encrypt. The /etc/nginx/certs and /etc/nginx/vhost.d volumes on the nginx container has been made available for this purpose.

License

This project is licensed under the MIT license.

Issues

The recommended medium to report and track issues is by opening one on Github.

Contributing

Want to hack on the project? Any kind of contribution is welcome! Simply follow the next steps:

  • Fork the project.
  • Create a new branch.
  • Make your changes and write tests when practical.
  • Commit your changes to the new branch.
  • Send a pull request, it will be reviewed shortly.

In case you want to add a feature, please create a new issue and briefly explain what the feature would consist of. For bugs or requests, before creating an issue please check if one has already been created for it.

parrot's People

Contributors

anthonynsimon avatar

Watchers

 avatar  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.