Name | Modified | Size | Downloads / Week |
---|---|---|---|
LMS | 2020-09-03 | ||
search.php | 2020-09-03 | 1.1 kB | |
sha-1factory.js | 2020-09-03 | 6.0 kB | |
svn.php | 2020-09-03 | 1.1 kB | |
switch_view.php | 2020-09-03 | 2.2 kB | |
profile.php | 2020-09-03 | 2.5 kB | |
readme | 2020-09-03 | 1.4 kB | |
registration.php | 2020-09-03 | 12.7 kB | |
move_module.php | 2020-09-03 | 3.1 kB | |
newuser.sql | 2020-09-03 | 223 Bytes | |
password_reminder.php | 2020-09-03 | 5.8 kB | |
popuphelp.php | 2020-09-03 | 1.3 kB | |
ie6.html | 2020-09-03 | 319 Bytes | |
index.php | 2020-09-03 | 6.3 kB | |
login.php | 2020-09-03 | 1.7 kB | |
logout.php | 2020-09-03 | 1.9 kB | |
get_noid.php | 2020-09-03 | 4.5 kB | |
get_profile_img.php | 2020-09-03 | 2.7 kB | |
get_rss.php | 2020-09-03 | 3.6 kB | |
go.php | 2020-09-03 | 4.8 kB | |
get.php | 2020-09-03 | 4.8 kB | |
get_acheck.php | 2020-09-03 | 1.6 kB | |
get_course_icon.php | 2020-09-03 | 2.7 kB | |
get_custom_logo.php | 2020-09-03 | 2.3 kB | |
exestyles.css | 2020-09-03 | 2.9 kB | |
favicon.ico | 2020-09-03 | 3.2 kB | |
confirm.php | 2020-09-03 | 6.1 kB | |
contact_instructor.php | 2020-09-03 | 2.9 kB | |
content.php | 2020-09-03 | 11.5 kB | |
enroll.php | 2020-09-03 | 5.5 kB | |
bounce.php | 2020-09-03 | 19.9 kB | |
browse.php | 2020-09-03 | 1.1 kB | |
bundle.sh | 2020-09-03 | 4.7 kB | |
acl.php | 2020-09-03 | 736 Bytes | |
404.php | 2020-09-03 | 973 Bytes | |
_htaccess | 2020-09-03 | 5.0 kB | |
about.php | 2020-09-03 | 965 Bytes | |
_gitignore | 2020-09-03 | 31 Bytes | |
_gitmodules | 2020-09-03 | 208 Bytes | |
Totals: 39 Items | 140.6 kB | 0 |
ATutor readme: To install ATutor, point your web browser to the installation directory where ATutor was extracted, and follow the Installer's instructions. e.g. http://localhost/ATutor For full installation instructions see: https://atutor.github.io/atutor/docs/installation Installing from a Github Clone (assuming you know Github) 1. Fork ATutor into your own Github account, at: https://github.com/atutor/ATutor 2. Clone ATutor from the fork you created into the document root of your webserver (for convenience), with: git clone https://github.com/yourname/ATutor.git 3. Before running the Installer, create an empty config.inc.php file in the ATutor/include/ directory. If you have a command line to work from, while located in the ATutor directory, create the file with: touch include/config.inc.php 4. Follow the installation instructions at the link above. 5. Or, follow the instructions given by the ATutor Installer. GitHub Basics If you want to contribute to ATutor, a few Git basics will describe how. See: https://atutor.github.io/atutor/docs/dev_with_github.html For additional ATutor documentation, see the ATutor Handbook in ATutor, or at the following links: Administrators https://atutor.github.io/atutor/handbook/admin.html Instructors: https://atutor.github.io/atutor/handbook/instructor.html Users: https://atutor.github.io/atutor/handbook/users.html Have fun, and take it places! greg