Quantcast
Channel: Installing and upgrading help
Viewing all 46917 articles
Browse latest View live

Svar: Re: Moodle + docker (or other local development solution) with existing site

$
0
0
by Vidar Vasko.  

Thanks a lot for answering Howard. Yes, I am considering a VM as well, although I would prefer a container to keep it lightweight.


Re: Git upgrade 3.8 to 3.9 failed

$
0
0
by Visvanath Ratnaweera.  

I am not qualified to argue whether Git is a worthy tool. What I know, experienced, is the fact that it took the professional programming crowd by storm!

About why Git reports some files as being locally changed, because they are locally changed. You are the only person on earth who could investigate - the files are in your custody.

Re: Svar: Re: Moodle + docker (or other local development solution) with existing site

$
0
0
by Visvanath Ratnaweera.  

Yes, the "weight" of Moodle is an issue. There is even a dedicated forum for that, the Hardware and performance forum. But can't remember reading Docker as a way of improving the performance of Moodle.

Re: Git upgrade 3.8 to 3.9 failed

$
0
0
by Ken Task.  

'... what went wrong ..' ... if I could do Vulcan Mind Melds with systems, I'd know!  Am just a mere mortal, however! :\

Git is 'suitable' for updates and upgrades ... by far much more reliable (it has been for me on multiple servers) and less prone to human error when one looks at the 'old way' ('moving' copying, etc).

The links Visvanath Ratnaweera shared and discussion happened at a time when 3.9 was dev still ... I think.   Not a 'stable release' ... and there weren't any rc releases of that version this time ... at least none that I saw ... but wasn't checking every day.

Dunno what you use for a workstation ... I use a Mac and have git installed.   I test acquisition of moodle code on this Mac first ... even the setting of branches and checkouts to higher versions of Moodle.

Just tested on this mac:

git clone git://git.moodle.org/moodle.git 38to39test
cd 38to39test
git branch -a - show * master at this point
git branch --track MOODLE_38_STABLE origin/MOODLE_38_STABLE
git checkout MOODLE_38_STABLE
Switched to branch 'MOODLE_38_STABLE'
Your branch is up to date with 'origin/MOODLE_38_STABLE'.
Kens-MBP-2:38to39test kentask$ fgrep '$release' version.php
$release  = '3.8.3+ (Build: 20200626)'; // Human-friendly version name

So 3.8.3+ has been acquired.

now the switch to 39

git branch --track MOODLE_39_STABLE origin/MOODLE_39_STABLE
Branch 'MOODLE_39_STABLE' set up to track remote branch 'MOODLE_39_STABLE' from 'origin'.
checkout MOODLE_39_STABLE
Checking out files: 100% (3726/3726), done.
Switched to branch 'MOODLE_39_STABLE'
Your branch is up to date with 'origin/MOODLE_39_STABLE'.

Kens-MBP-2:38to39test kentask$ git branch -a
  MOODLE_38_STABLE
* MOODLE_39_STABLE

Kens-MBP-2:38to39test kentask$ git pull
Already up to date.
Kens-MBP-2:38to39test kentask$ fgrep '$release' version.php
$release  = '3.9+ (Build: 20200626)'; // Human-friendly version name

Appears to have acquired 3.9 code successfully.

And no issues with 'admin' directory reported.

Fluke/hickup?   Maybe!

'SoS', Ken



Svar: Re: Svar: Re: Moodle + docker (or other local development solution) with existing site

$
0
0
by Vidar Vasko.  

Thanks Visvanath. For me it's not really the weight of moodle itself that I want to limit, but the weight of my development environment, i.e. VM vs container.

Re: Svar: Re: Svar: Re: Moodle + docker (or other local development solution) with existing site

$
0
0
by Howard Miller.  

My objection to Docker is the considerable extra complication. I can spin up Moodle on a VM in half an hour. It's a development environment. Unless I'm developing on a very limited machine, who cares? You don't need full graphics and all that, just a server configuration.

Docker on the other hand, I've never managed to get to work properly. I suppose if you know what you're doing with it, you might have a start on me.

Just for the record - I have nothing against Docker. I can see situations in which it would be useful. But we get asked about it quite a lot and I can't see a use case involving Moodle. Moodle has very few server requirements. Everybody is developing for the web. Who doesn't have MySQL and a web server in their dev environment? Or, it's usually trivial to get one. 

Svar: Re: Svar: Re: Svar: Re: Moodle + docker (or other local development solution) with existing site

Re: How to disable "Forgotten your username or password" link

$
0
0
by ICB BNE.  

Thanks I noticed that setting but it doesn't suit my needs.

Re: Svar: Re: Svar: Re: Svar: Re: Moodle + docker (or other local development solution) with existing site

$
0
0
by Howard Miller.  

Unless I've misunderstood something, Bitnami isn't a VM.

I would just use VirtualBox + Ubuntu/CentOS

Re: How to disable "Forgotten your username or password" link

$
0
0
by Howard Miller.  

So, what do your students do if they forget their username or password? wink

Re: How to disable "Forgotten your username or password" link

$
0
0
by ICB BNE.  

We have Active Directory and they know how to reset the passwords.

Odp: SMTP configuration fail

$
0
0
by Roman K..  

Fixed by: ZOHO have different servers for EU users (smtp.zoho.eu not .com)

Re: Git upgrade 3.8 to 3.9 failed

$
0
0
by Henrik Schmidt.  

The solution was to fix the file permissions. I had changed the permission of the moodle folder recursivly to 755 after install.
I checked with git diff and it told me 644 was the original permission of most files. After fixing this back to 644 I could checkout and upgrade from 3.8 to 3.9.

Migrating existing H5P content when upgrading to Moodle 3.8

$
0
0
by Charley Punshon.  

Will be upgrading to Moodle 3.8 this summer and as Moodle 3.8 has H5P integrated into the system I was wondering if the existing H5P Moodle plugin was removed would our existing H5P content be able to be migrated and be used after the upgrade?  

Re: Migrating existing H5P content when upgrading to Moodle 3.8

$
0
0
by Howard Miller.  

As far as I know - and that's dangerous - your content will continue to work fine. Effectively, the plugin is now core. It's not a completely different thing.

Re: Migrating existing H5P content when upgrading to Moodle 3.8

$
0
0
by Charley Punshon.  

Just to confirm if we were to remove our current H5P plugin with the upgrade it wouldn't affect any of the content in the Moodle libraries that the current mod_hvp plugin points to and therefore all current H5P content could be migrated and used within the new upgrade?

Re: Migrating existing H5P content when upgrading to Moodle 3.8

$
0
0
by Howard Miller.  

As long as you don't delete the plugin through the Moodle interface (which deletes all the tables) then you'll be fine. Just don't try to overwrite the core H5P activity with the outdated plugin code - that's the most likely mistake.

Moodle cron job

$
0
0
by Ms. Lei Lei Thu.  

What is the function cron job and where you can set up in moodle?

Re: Moodle

$
0
0
by Yan Lin.  

Cron Jobs allow you to have recurring tasks carried out automatically at certain times.
Ref. cloudpit

Re: Moodle

$
0
0
by Rick Jerz.  

Cron is typically run on your web server. You typically do not need to mess with cron on your Moodle, but this depends a lot on how you might be customizing your Moodle.

You can see me set up cron in this video that I made. This is only one of many ways to install Moodle and set up cron.

Viewing all 46917 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>