Corectare referințe: underchat-ircd → ircu2 și itdata → underchat
- Actualizat toate referințele de la 'underchat-ircd' la 'ircu2' - Actualizat repository de la 'itdata/...' la 'underchat/ircu2' - Fișiere actualizate: 10 documente - Asigurare consistență în toată documentația
This commit is contained in:
parent
8d9eff47b7
commit
83af031afa
|
|
@ -253,7 +253,7 @@ Jupe {
|
|||
### Opțiunea 1: Install Script (Automată)
|
||||
|
||||
```bash
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git pull origin main
|
||||
./install.sh
|
||||
|
||||
|
|
@ -470,7 +470,7 @@ Spoofhost "admin@underchat.org" {
|
|||
|
||||
```bash
|
||||
# 1. Clone & Update
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git pull origin main
|
||||
|
||||
# 2. Install (va cere domeniu, nume, etc.)
|
||||
|
|
@ -511,3 +511,4 @@ git pull origin main
|
|||
**Domeniu**: underchat.org
|
||||
**Status**: ✅ Production Ready
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
1. **Pull actualizarea din git:**
|
||||
```bash
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git pull origin main
|
||||
```
|
||||
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
Dacă `fix-aarch64.sh` nu merge din oarecare motiv:
|
||||
|
||||
```bash
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
|
||||
# 1. Backup
|
||||
cp config.guess config.guess.bak
|
||||
|
|
@ -76,7 +76,7 @@ sed -i '/case $cpu in/a\
|
|||
Cel mai simplu - Script-ul `install.sh` detectează aarch64 automat și adaugă flag-ul:
|
||||
|
||||
```bash
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git pull origin main
|
||||
./install.sh
|
||||
```
|
||||
|
|
@ -186,7 +186,7 @@ fix-aarch64.sh ← Script dedicat pentru fixare rapidă
|
|||
**Folosiți Opțiunea 3 (RAPID)**:
|
||||
|
||||
```bash
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git pull origin main # Ia versiunea nouă
|
||||
./install.sh # Script-ul face totul automat
|
||||
```
|
||||
|
|
|
|||
12
INDEX.md
12
INDEX.md
|
|
@ -9,8 +9,8 @@
|
|||
### ⚡ 3 Comenzi = Server Pornit
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
cd underchat-ircd
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
cd ircu2
|
||||
./install.sh
|
||||
```
|
||||
|
||||
|
|
@ -163,8 +163,8 @@ Verifică dependențe → Configure → Compile → Install → Generează confi
|
|||
|
||||
```bash
|
||||
# 1. Clone & enter
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
cd underchat-ircd
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
cd ircu2
|
||||
|
||||
# 2. Instalare (5-10 min)
|
||||
./install.sh
|
||||
|
|
@ -423,10 +423,10 @@ tail -f ~/ircd/log/ircd.log
|
|||
|
||||
```bash
|
||||
# 1. Clone
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
|
||||
# 2. Install (automated, just answer questions)
|
||||
cd underchat-ircd
|
||||
cd ircu2
|
||||
./install.sh
|
||||
|
||||
# 3. Manage
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ Cea mai simplă metodă - lase script-ul să facă totul:
|
|||
|
||||
```bash
|
||||
# Clonează repository-ul
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
cd underchat-ircd
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
cd ircu2
|
||||
|
||||
# Execută instalarea automată
|
||||
./install.sh
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ echo "ATENȚIE: Aceste comenzi trebuie rulate pe serverul Linux (stream05-radio-
|
|||
echo "Nu pe Windows!"
|
||||
echo ""
|
||||
echo "Utilizator: ircd"
|
||||
echo "Locație: ~/underchat-ircd"
|
||||
echo "Locație: ~/ircu2"
|
||||
echo ""
|
||||
|
||||
cat << 'EOF'
|
||||
|
|
@ -20,15 +20,15 @@ cat << 'EOF'
|
|||
OPȚIUNEA 1: AUTOMATĂ (Recomandată - 5 minute)
|
||||
════════════════════════════════════════════════════
|
||||
|
||||
Pe serverul Linux, în directorul ~/underchat-ircd, rulează:
|
||||
Pe serverul Linux, în directorul ~/ircu2, rulează:
|
||||
|
||||
ircd@stream05-radio-com-ro:~$ cd underchat-ircd
|
||||
ircd@stream05-radio-com-ro:~/underchat-ircd$ git pull origin main
|
||||
ircd@stream05-radio-com-ro:~$ cd ircu2
|
||||
ircd@stream05-radio-com-ro:~/ircu2$ git pull origin main
|
||||
|
||||
ircd@stream05-radio-com-ro:~/underchat-ircd$ ./fix-aarch64.sh
|
||||
ircd@stream05-radio-com-ro:~/ircu2$ ./fix-aarch64.sh
|
||||
# Asteaptă să se termine
|
||||
|
||||
ircd@stream05-radio-com-ro:~/underchat-ircd$ ./install.sh
|
||||
ircd@stream05-radio-com-ro:~/ircu2$ ./install.sh
|
||||
# Asteaptă compilare (10-20 minute)
|
||||
|
||||
GATA! Server pornit pe localhost:6667
|
||||
|
|
@ -40,9 +40,9 @@ GATA! Server pornit pe localhost:6667
|
|||
|
||||
Pe serverul Linux:
|
||||
|
||||
ircd@stream05-radio-com-ro:~$ cd underchat-ircd
|
||||
ircd@stream05-radio-com-ro:~/underchat-ircd$ git pull origin main
|
||||
ircd@stream05-radio-com-ro:~/underchat-ircd$ ./install.sh
|
||||
ircd@stream05-radio-com-ro:~$ cd ircu2
|
||||
ircd@stream05-radio-com-ro:~/ircu2$ git pull origin main
|
||||
ircd@stream05-radio-com-ro:~/ircu2$ ./install.sh
|
||||
|
||||
Atât! Script-ul detectează aarch64 și face totul automat.
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ GATA! Server pornit.
|
|||
════════════════════════════════════════════════════
|
||||
|
||||
1. Pull update:
|
||||
cd underchat-ircd
|
||||
cd ircu2
|
||||
git pull origin main
|
||||
|
||||
2. Backup config:
|
||||
|
|
@ -98,7 +98,7 @@ Toate sunt deja pe Gitea, doar trebuie git pull!
|
|||
════════════════════════════════════════════════════
|
||||
|
||||
Ce a funcționat:
|
||||
✓ git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
✓ git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
✓ Scripturile și documentația sunt pe Gitea
|
||||
✓ Permisiile execute sunt setate
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ SOLUȚIE:
|
|||
PAȘI RAPID (COPY-PASTE)
|
||||
════════════════════════════════════════════════════
|
||||
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git pull origin main
|
||||
./install.sh
|
||||
|
||||
|
|
@ -168,7 +168,7 @@ ACESTE COMENZI TREBUIE RULATE PE SERVERUL LINUX, NU PE WINDOWS!
|
|||
|
||||
User: ircd
|
||||
Host: stream05-radio-com-ro
|
||||
Dir: ~/underchat-ircd
|
||||
Dir: ~/ircu2
|
||||
|
||||
Dacă e pe Windows, foloseți WSL2 sau Cygwin.
|
||||
|
||||
|
|
@ -177,9 +177,10 @@ Dacă e pe Windows, foloseți WSL2 sau Cygwin.
|
|||
|
||||
GATA? Ruleaza:
|
||||
|
||||
cd ~/underchat-ircd && git pull origin main && ./install.sh
|
||||
cd ~/ircu2 && git pull origin main && ./install.sh
|
||||
|
||||
=======================================================
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ Connect {
|
|||
|
||||
```bash
|
||||
# 1. Clone și update
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git pull origin main
|
||||
|
||||
# 2. Lansare install
|
||||
|
|
@ -413,3 +413,4 @@ A: Verifică:
|
|||
**Feature**: Operator + HUB Linking
|
||||
**Status**: ✅ Production Ready
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
```bash
|
||||
# 1. Clonează repository-ul
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
cd underchat-ircd
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
cd ircu2
|
||||
|
||||
# 2. Execută instalarea (va cere informații)
|
||||
./install.sh
|
||||
|
|
@ -290,7 +290,7 @@ nano ~/ircd/etc/ircd.conf
|
|||
### Probleme compilare
|
||||
```bash
|
||||
# Curață și recompilează
|
||||
cd underchat-ircd
|
||||
cd ircu2
|
||||
make clean
|
||||
./configure --enable-debug
|
||||
make
|
||||
|
|
@ -313,7 +313,7 @@ make install
|
|||
|
||||
**Update repository:**
|
||||
```bash
|
||||
cd underchat-ircd
|
||||
cd ircu2
|
||||
git pull origin main
|
||||
```
|
||||
|
||||
|
|
@ -340,7 +340,7 @@ git pull origin main
|
|||
|
||||
```bash
|
||||
# Clone
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git && cd underchat-ircd
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git && cd ircu2
|
||||
|
||||
# Install
|
||||
./install.sh
|
||||
|
|
|
|||
|
|
@ -134,8 +134,8 @@ Am adăugat **4 scripturi shell bash** și **2 ghiduri documentare** complete î
|
|||
|
||||
```bash
|
||||
# 1. Clone repository
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
cd underchat-ircd
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
cd ircu2
|
||||
|
||||
# 2. Instalare automată (cere doar date de bază)
|
||||
./install.sh
|
||||
|
|
@ -222,8 +222,8 @@ brew install autoconf libtool openssl
|
|||
□ Permisiuni de scriere în $HOME
|
||||
□ Port 6667 disponibil (sau schimbă în config)
|
||||
|
||||
□ git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
□ cd underchat-ircd
|
||||
□ git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
□ cd ircu2
|
||||
□ ./install.sh
|
||||
□ Răspunde la întrebări
|
||||
□ Astepta completarea
|
||||
|
|
@ -300,7 +300,7 @@ chmod +x install.sh configure-interactive.sh admin.sh
|
|||
|
||||
### Probleme compilare
|
||||
```bash
|
||||
cd underchat-ircd
|
||||
cd ircu2
|
||||
make clean
|
||||
./configure --enable-debug
|
||||
make
|
||||
|
|
@ -312,7 +312,7 @@ make install
|
|||
## 📊 Fișiere Noi Adăugate
|
||||
|
||||
```
|
||||
underchat-ircd/
|
||||
ircu2/
|
||||
├── install.sh (Instalare automată)
|
||||
├── configure-interactive.sh (Configurare avansată)
|
||||
├── admin.sh (Meniu administrare)
|
||||
|
|
@ -373,15 +373,15 @@ underchat-ircd/
|
|||
- **Versiune**: 1.0
|
||||
- **Limbă**: Română 🇷🇴
|
||||
- **Platform**: Linux, macOS, BSD, Unix
|
||||
- **Licență**: GNU General Public License (din underchat-ircd)
|
||||
- **Licență**: GNU General Public License (din ircu2)
|
||||
|
||||
---
|
||||
|
||||
## 🚀 Start Acum!
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
cd underchat-ircd
|
||||
git clone https://gitlab.back.ro/underchat/ircu2.git
|
||||
cd ircu2
|
||||
./install.sh
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
### Remote Vechi
|
||||
```
|
||||
https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
https://gitlab.back.ro/underchat/ircu2.git
|
||||
```
|
||||
|
||||
### Remote Nou
|
||||
|
|
@ -25,7 +25,7 @@ https://gitlab.back.ro/underchat/ircu2.git
|
|||
### 1. Verificare Remote Curent
|
||||
```bash
|
||||
git remote -v
|
||||
# Output: origin https://gitlab.back.ro/itdata/underchat-ircd.git
|
||||
# Output: origin https://gitlab.back.ro/underchat/ircu2.git
|
||||
```
|
||||
|
||||
### 2. Ștergere Remote Vechi
|
||||
|
|
@ -148,7 +148,7 @@ Pe server Linux, pentru a folosi noul repository:
|
|||
|
||||
```bash
|
||||
# Dacă deja ai clone-ul vechi
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
git remote set-url origin https://gitlab.back.ro/underchat/ircu2.git
|
||||
git pull origin main
|
||||
|
||||
|
|
@ -164,7 +164,7 @@ cd ircu2
|
|||
|
||||
| Aspect | Vechi | Nou |
|
||||
|--------|-------|-----|
|
||||
| **URL** | `itdata/underchat-ircd.git` | `underchat/ircu2.git` |
|
||||
| **URL** | `underchat/ircu2.git` | `underchat/ircu2.git` |
|
||||
| **Obiecte** | 537 | 537 |
|
||||
| **Branch** | main | main |
|
||||
| **Status** | Archived | Active |
|
||||
|
|
@ -175,3 +175,4 @@ cd ircu2
|
|||
**Data**: 13 februarie 2026
|
||||
**Status**: ✅ Schimbare completă și validată
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -219,7 +219,7 @@ su - ircd
|
|||
sudo -u ircd bash
|
||||
|
||||
# 2. Rulează diagnosticarea
|
||||
cd ~/underchat-ircd
|
||||
cd ~/ircu2
|
||||
./diagnose.sh
|
||||
|
||||
# 3. Observă output-ul - va afișa exact ce este greșit
|
||||
|
|
@ -338,7 +338,7 @@ Dacă după toate aceste verificări încă nu merge:
|
|||
3. **Verifică sistemul**: `uname -a` și `ls -la ~/ircd/etc/`
|
||||
4. **Regenerează totul**:
|
||||
```bash
|
||||
cd underchat-ircd
|
||||
cd ircu2
|
||||
./install.sh --prefix ~/ircd-new
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue