This application is for use by Gateway Language Administrators.
Explore the docs »
Go to Application
·
Report Bug
·
Request Feature
Login Page
Setup Account
View Resources
Purpose To provide a tool to Translation Team Administrators to easily create Gitea repos, create/update manifests, run checks, etc.
Problem The admins must be skilled Git users today and such activity is often error prone and time consuming.
Scope
Background The unfoldingWord training teams spent copious amounts of time dealing with backend Gitea requirements to support the translation tools. Ongoing, the teams also spent a lot of time and required IT support to manage backend issues.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Data
yarn install
is used to resolve/install dependenciesyarn dev
is used to start the local server listening on localhost:3000
git clone https://github.com/unfoldingword/gateway-admin.git
yarn install
config.js
const API_KEY = 'ENTER YOUR API';
Be sure to review TESTING.md
for comprehensive testing notes and instruction on running cypress tests.
See the open issues for a full list of proposed features (and known issues).
This project uses Zenhub to manage the roadmap.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Guidelines for external contributions.
You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
If you would like to fork the repo and create a pull request.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Finally, you can point the application to either the QA or Production servers this way:
To use QA add the "server=qa" parameter to the URL:
https://gateway-edit.netlify.app/?server=qa
.
This is a toggle and will stay pointed at QA until another setting is applied.
To point to production:
https://gateway-edit.netlify.app/?server=prod
Distributed under the MIT License. See LICENSE
here
for more information.
Cecil New
Project Link: https://github.com/unfoldingword/gateway-admin