Consider Wikimedia Toolforge.org as Lingua Libre hosting services :
- Write down custom tutorial for toolforge.org server connexion and install @Yug
- Assess technical quality of each service @mickeybarber:
- Install .org and app onto chosen server (see, then git clone & install)
@ knowledgeable Toolforge and CloudVPS users, given our stack cited below, could you assess where our project should go ?
Requirements
- lingua-libre#manually
- python: requirements.txt
- nodejs: package.json
Also:
# Install git # Install Python 3.10.x # Install Node 18+ # Install MariaDB # Additional tools: apt install build-essential default-libmysqlclient-dev pkg-config
Helpers
:mw:Help:Toolforge/My_first_Django_OAuth_tool#Scale_up_your_database
Scale up your database
So far the tutorial only used sqlite as a database. This is fine for demo applications, but will quickly result in performance or scaling issues with any operations that require reads or writes to the database. It will also strain the Toolforge servers, which is something we also want to avoid. You can use user databases on the tools.db.svc or create your own database server on Cloud VPS.
:mw:Help:Cloud_VPS_Instances#Why_create_a_Cloud_VPS_instance?
See Help:Cloud Services Introduction to help decide which service is right for you.
this comparative table.
{F58325553}