Getting started
Try out CourseUp here:
Results:
Source code
The source code can be found on github.
Installing CourseUp web converter
You may install the CourseUp web converter by following these install steps. The web converter currently requires these libraries:
- Apache with these components
- mod-php
- mod-rewrite
- PHP with these components
- php-xml (previously php-dom)
- php-mbstring
-
Install Apache
-
Install PHP
-
When configuring the CourseUp Apache web directory, allow
htaccess
files to override directory settings:Options All AllowOverride All
-
Download CourseUp and extract it to your desired web directory. The CourseUp files should be in the directory as follows:
web_directory/
CourseUp/
- Copy all the contents of CourseUp/base/ to the root of the web directory.