Herramienta TUI para instalar y gestionar un servidor Perforce en una Raspberry Pi.
Project description
Alehundred-Depot (Versión en Español)
Una herramienta con interfaz de texto (TUI) para facilitar la instalación y gestión de un servidor Perforce Helix Core en hardware de bajo costo como una Raspberry Pi.
1. Instalación
Conéctate a tu Raspberry Pi vía SSH
- Reemplaza con tu usuario y hostname/IP real ssh TuUsuario@NombreDeTuPi.local
2. Copia, pega y ejecuta este bloque completo
- Esto actualizará el sistema, instalará las dependencias, instalará el toolkit y configurará el PATH, todo de una sola vez.
sudo apt update && sudo apt install python3-pip -y pip install --break-system-packages alehundred-depot-es echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc source ~/.bashrc echo "¡Instalación completa! Ejecuta 'alehundred-depot' para empezar."
3. Ejecuta el programa
alehundred-depot-es
4. Actualizar el Programa
Para asegurarte de tener las últimas características y correcciones, actualiza el toolkit regularmente con el siguiente comando:
pip install --upgrade --break-system-packages alehundred-depot-es
Si el comando anterior no instala la última versión (especialmente en una Raspberry Pi), puede deberse a un caché en el repositorio de piwheels. Para forzar la actualización directamente desde PyPI, usa este comando:
pip install --upgrade --index-url https://pypi.org/simple/ --break-system-packages alehundred-depot-es
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alehundred_depot_es-9.2.tar.gz.
File metadata
- Download URL: alehundred_depot_es-9.2.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54d327be6883a4763caeab87fba0aee02437e147cd341e98dd2ef1667d20e1ca
|
|
| MD5 |
d97e06a10e941fe14fac7289b899cdfb
|
|
| BLAKE2b-256 |
737767253f14775a6518723746ba3fa65cb964debcde8e54cd88eb798bf5b841
|
File details
Details for the file alehundred_depot_es-9.2-py3-none-any.whl.
File metadata
- Download URL: alehundred_depot_es-9.2-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae58c9d279aa2c3f7b729b14bfaab96f0b5255bc8c30a0d3509ad6649c2cc489
|
|
| MD5 |
78b4518488f79759cc3ae2e552e7d8f5
|
|
| BLAKE2b-256 |
2900aaf7cc71d0bf6e19ec0056f746bb2589f0151efbf77172941ff7b0ed4302
|