moodle-ubuntu | A script that sets up a Moodle development environment
kandi X-RAY | moodle-ubuntu Summary
kandi X-RAY | moodle-ubuntu Summary
moodle-ubuntu is a Shell library. moodle-ubuntu has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
A script that sets up a Moodle development environment in Ubuntu
A script that sets up a Moodle development environment in Ubuntu
Support
Quality
Security
License
Reuse
Support
moodle-ubuntu has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
moodle-ubuntu has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of moodle-ubuntu is current.
Quality
moodle-ubuntu has no bugs reported.
Security
moodle-ubuntu has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
moodle-ubuntu is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
moodle-ubuntu releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of moodle-ubuntu
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of moodle-ubuntu
moodle-ubuntu Key Features
No Key Features are available at this moment for moodle-ubuntu.
moodle-ubuntu Examples and Code Snippets
No Code Snippets are available at this moment for moodle-ubuntu.
Community Discussions
No Community Discussions are available at this moment for moodle-ubuntu.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install moodle-ubuntu
Download and install Ubuntu Desktop. Open a terminal and install git. Clone this repository and make the script executable. Grab some coffee, walk the dog, cook your lunch, do the laundry, or whatever.😛.
Download and install Ubuntu Desktop. If you're setting up an Ubuntu virtual machine using VirtualBox, follow these instructions.
Open a terminal and install git sudo apt update && sudo apt install -y git
Clone this repository and make the script executable. git clone https://github.com/junpataleta/moodle-ubuntu.git cd moodle-ubuntu chmod +x setup.sh Note: If you're using VirtualBox, this is a good point to take a snapshot of the machine first so it would be easier to reset in case you need to reinstall when the setup script gets updated in the future.
Run the script ./setup.sh
Grab some coffee, walk the dog, cook your lunch, do the laundry, or whatever.😛
After the installation, you should have the following:.
Apache server
PHP versions supported by the lowest security-supported version of Moodle and the next major Moodle version (master). Current PHP versions installed: PHP 7.3 (Moodle 3.9+) PHP 7.4 (Moodle 4.0+) PHP 8.0 (Moodle 3.11.8+, 4.0.2+) PHP 8.1 (master, tentative) To switch PHP versions, open a terminal and run ~/apps/switchphp.sh PHPVER where PHPVER is any of the installed PHP version numbers. e.g. to switch to PHP 7.4 ~/apps/switchphp.sh 7.4
PostgreSQL server version supported by your Ubuntu distribution. Username: postgres Password: moodle
MySQL server version supported by your Ubuntu distribution.
MDK Two instances are created by MDK during setup: An moodle.git instance based on the master branch: http://localhost/stable_master An integration.git instance based on the master branch: http://localhost/integration_master Default admin password for both instances is test. Default database engine is pgsql.
Behat-related stuff: moodle-browser-config Chromedriver Geckodriver Selenium xvfb
Docker with Docker compose
Ngrok
Download and install Ubuntu Desktop. If you're setting up an Ubuntu virtual machine using VirtualBox, follow these instructions.
Open a terminal and install git sudo apt update && sudo apt install -y git
Clone this repository and make the script executable. git clone https://github.com/junpataleta/moodle-ubuntu.git cd moodle-ubuntu chmod +x setup.sh Note: If you're using VirtualBox, this is a good point to take a snapshot of the machine first so it would be easier to reset in case you need to reinstall when the setup script gets updated in the future.
Run the script ./setup.sh
Grab some coffee, walk the dog, cook your lunch, do the laundry, or whatever.😛
After the installation, you should have the following:.
Apache server
PHP versions supported by the lowest security-supported version of Moodle and the next major Moodle version (master). Current PHP versions installed: PHP 7.3 (Moodle 3.9+) PHP 7.4 (Moodle 4.0+) PHP 8.0 (Moodle 3.11.8+, 4.0.2+) PHP 8.1 (master, tentative) To switch PHP versions, open a terminal and run ~/apps/switchphp.sh PHPVER where PHPVER is any of the installed PHP version numbers. e.g. to switch to PHP 7.4 ~/apps/switchphp.sh 7.4
PostgreSQL server version supported by your Ubuntu distribution. Username: postgres Password: moodle
MySQL server version supported by your Ubuntu distribution.
MDK Two instances are created by MDK during setup: An moodle.git instance based on the master branch: http://localhost/stable_master An integration.git instance based on the master branch: http://localhost/integration_master Default admin password for both instances is test. Default database engine is pgsql.
Behat-related stuff: moodle-browser-config Chromedriver Geckodriver Selenium xvfb
Docker with Docker compose
Ngrok
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page