Follow the below steps to get started with Eduma:
Unzip the downloaded package and navigate to the /html folder to locate all the template files. You will need to upload these files and subfolders to your hosting web server using FTP or a file manager to utilize them on your website.
Below is the folder/file structure that needs to be uploaded to your website’s root directory:
- html/assets – Main stylesheet files, js, scss, fonts
- html/demo-cousera – Demo Cousera
- html/demo-learning-platform – Demo Learning Flatform
- html/demo-main – Demo Main
- html/demo-marketplace – Demo Marketplace
- html/demo-online-school – Demo Online School
- html/lesson – Lesson file for course detail
- html/images – Classic images folder (use only images you need the reset can be safely deleted)
- html/js – Javascripts folder (Functions, jquery, vendors etc)
- html/video – Video files
- html/landing-page-for-offline-courses.html – Landing page for offline courses
- html/landing-page-for-online-courses.html – Landing page for online courses
Install a localhost server on your PC or laptop. We recommend using Node and Gulp.js to streamline your workflow with Eduma. Follow the instructions here to get started with SCSS and Gulp.js.
Edit the files using a text-based editor such as VS Code (recommended) or Sublime Text.
Finalize the upload package and optionally run Gulp tasks to minify your files.
Upload your files to the public_html
folder (Apache) or /var/www/html
folder (Nginx) on your servers.