Skip to content

This is a web-based application that is to be directly deployed onto the official Coding&&Community club website: https://codingandcommunity.org/. It is to be added to the main site in the form of an additional tab on the upper toolbar with the name of this web-app. Clicking on the tab enables users to log into their Coding&&Community account (u…

License

Notifications You must be signed in to change notification settings

codingandcommunity/Learn-With-Coding-And-Community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn-With-Coding-And-Community

An approved PITCCH project idea, Learn With Coding&&Community is a web-based application that will be integrated to the official club website as an additional feature, created with the intent to spread and improve the accessibility of the club's Computer Science education.

Users can create and then log into their Coding&&Community account (username/email & password) to access our website where they can complete curriculum, register for hackathons, and receive college and career advice. The application employs Moodle, an open source learning platform (under the GPL license) as a means of delivering Coding&&Community's educational content and allowing curriculum creators to conveniently post and update coding lessons and courses.

Curriculum Platform - Moodle

moodle_integration_to_learnwithcoding&&community_early_stage

Built With

  • AMP Stack - Web server stack (for Moodle), which stands for Apache, MySql, and PHP)
  • Moodle - Open sourced learning platform for delivering the educational and user account content
  • Node.js
  • Okta - Authentication service provider for front-end site account system

Deployment

We plan to use the same hosting service that Coding&&Community uses for their main website for deployment. Please be mindful that no stable version of this application exists yet.

Local Copy/Installation

If you would like to get a copy of this web application at its current state on your local machine, follow the instructions below. Bear in mind that there has not been a stable release yet, so this process is not by any means perfect.

Prerequisites

  • Web server stack (Apache, MySql, and PHP) depending on OS and preferences: (WAMP, XAMPP, MAMP, LAMP)
  • Recommended to have phpmyadmin working on stack. Note: If you have Linux and are going with LAMP, phpmyadmin is not automatically included when you install all stack components. Follow instructions here to get phpmyadmin installed on LAMP.

Installing

Just install this repo's Moodle distribution if you are only interested in the learning content specifically. If you want to see everything, from the Coding&&Community user account login to the curriculum, hackathon registration, and advice, install everything listed below (additional instructions will be posted as those features are added).

Moodle:

1. Clone/download the moodle and moodledata folders from the moodle branch on this repo into a separate folder on your machine (recommended to put on your Desktop folder).

2. Copy the moodle folder into the designated localhost directory of the web server stack you are using (ex. into /var/www/html/ if you are using LAMP). Copy the moodledata folder into the root localhost directory folder (ex. into /var/www/ if you are using LAMP).

3. Open up localhost on your favorite browser. Navigate to the moodle folder.

4. If this is your first time doing the installation, you may have to run through Moodle's own installation process. When you reach the server checks page, you may need to install additional PHP packages and uncommenting the respective "includes" ;extension=<php-package> (";" is a comment) in the php.ini config file for Moodle to function properly. If you still have trouble passing the server checks, try using another web server stack. (for ex., if it does not work on WAMP, try using LAMP instead). Click here for more information on installing Moodle if you need help.

5. Create a Moodle account (if you have not already done so) and log into it to see the distribution of Moodle in its latest edition for Coding&&Community. Recommend you avoid creating the account as an administrator - that's reserved for the developers.

6. Log onto phpmyadmin (custom account separate from root recommended for security reasons, click here for more info), and verify that a database named moodle_codingandcommunity has been created. If not, then run through Moodle's installation process again. Before submitting database information to the installation, on phpmyadmin, create a database named moodle_codingandcommunity and input that into the respective field in the Moodle installation. Make sure that you name the database correctly with the right spelling or else Moodle will not work properly.

License

About

This is a web-based application that is to be directly deployed onto the official Coding&&Community club website: https://codingandcommunity.org/. It is to be added to the main site in the form of an additional tab on the upper toolbar with the name of this web-app. Clicking on the tab enables users to log into their Coding&&Community account (u…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published