https://github.com/thehellishpandaa/moodle_install
Script that install moodle on your ubuntu server
https://github.com/thehellishpandaa/moodle_install
Last synced: 2 months ago
JSON representation
Script that install moodle on your ubuntu server
- Host: GitHub
- URL: https://github.com/thehellishpandaa/moodle_install
- Owner: TheHellishPandaa
- License: gpl-3.0
- Created: 2024-11-26T03:19:13.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T03:31:40.000Z (6 months ago)
- Last Synced: 2024-12-05T00:08:08.984Z (6 months ago)
- Language: Shell
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moodle_install
Script that install moodle on your ubuntu server## Prerequisites
- Root Access: This script must be executed with root privileges.
- Supported System: Ubuntu 20.04 or newer (adjustments may be required for other distributions).
## Installation
Clone the Repository (or copy the script directly from this repository):
```bash
git clone https://github.com/TheHellishPandaa/moodle_install.git
```
```bash
cd moodle_install
```
Make the Script Executable:chmod +x nextcloud_install.sh
Run the Script as Root:
sudo ./moodle_install.sh
## License
This project is licensed under the GNU General Public License v3.0.