mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 11:25:49 +00:00
Course admin panel added
This commit is contained in:
@@ -192,3 +192,18 @@ pnpm run dev
|
||||
```
|
||||
|
||||
|
||||
## run mangodb in local for running
|
||||
```
|
||||
# Install MongoDB on Arch Linux
|
||||
yay -S mongodb-bin
|
||||
|
||||
# Start the service
|
||||
sudo systemctl start mongodb
|
||||
sudo systemctl enable mongodb
|
||||
|
||||
# Verify it's running
|
||||
sudo systemctl status mongodb
|
||||
|
||||
# Test connection
|
||||
mongosh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user