View previous topic :: View next topic |
Author |
Message |
mh Junior Member
Joined: 26 Mar 2008 Posts: 3
|
Posted: Wed Mar 26, 2008 10:11 am Post subject: moodle |
|
|
Hello all,
I have one question: How can I install LMS system Moodle on SMS? It is possible?
Please, help me.
_________________
Tears have no name... |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Wed Mar 26, 2008 10:09 pm Post subject: |
|
|
Yes you can...
It's quite simple...
Download moodle untar or unzip to /var/www/htdocs/moodle and navigate to
http://sms/moodle/install.php and follow the instructions.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
mh Junior Member
Joined: 26 Mar 2008 Posts: 3
|
Posted: Thu Mar 27, 2008 1:44 am Post subject: |
|
|
Maybe It's quite simple but I can't connect moodle width database. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Thu Mar 27, 2008 7:01 am Post subject: |
|
|
To create a database in mysql, you can use webmin to create a database and grant privileges or just type 'mysql' in bash.
You will get a 'mysql>' prompt after type.
Code: | create database moodle;
grant all on moodle.* to yourusername@localhost identified by 'yourpassword'; |
and fill the fields.
HOST: SMS ( you can use Localhost alternative if you have problems)
Database: moodle
User: yourusername
Password: yourpassword
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
mh Junior Member
Joined: 26 Mar 2008 Posts: 3
|
Posted: Thu Mar 27, 2008 11:21 am Post subject: |
|
|
Thank you for your help and patience!
It works. How many computers can be connect on this server and work width Moodle, approximately? |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Thu Mar 27, 2008 6:32 pm Post subject: |
|
|
With a descent machine as server, as many as, your network and bandwidth can handle...
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
|