Skip to content

Online Exam system where you, Manage your classroom. Engage your students. Safe. Simple. Free.

Notifications You must be signed in to change notification settings

chinmayakumarbiswal/ScaleExam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

ScaleExam

Online Exam system where you manage your classroom, engage your students, Safe, Simple, Free.

Run Locally

Go to file location

cd /var/www/html

Clone this project

git clone https://github.com/chinmayakumarbiswal/ScaleExam.git

Open project in google chrome

google-chrome http://localhost/ScaleExam

Open project in firefox

firefox http://localhost/ScaleExam

Deployment

EC2 User data for Amazon Linux 2

#! /bin/bash

sudo yum update -y

sudo amazon-linux-extras install -y lamp-mariadb10.2-php7.2 php7.2

sudo yum install -y httpd mariadb-server

sudo systemctl start httpd

sudo systemctl enable httpd

sudo usermod -a -G apache ec2-user

sudo chown -R ec2-user:apache /var/www

sudo chmod 2775 /var/www && find /var/www -type d -exec sudo chmod 2775 {} \;

cd /var/www/html/

sudo yum install git -y 

git clone https://github.com/chinmayakumarbiswal/ScaleExam.git

SDK

To run this project, you need to add the following SDK file

Composer

Install Composer

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '55ce33d7678c5a611085589f1f3ddf8b3c52d662cd01d4ba75c0ee0459970c2200a51f492d557530c71c15d8dba01eae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

aws-sdk-php

Install AWS SDK for PHP

composer require aws/aws-sdk-php

php -d memory_limit=-1 composer.phar require aws/aws-sdk-php

Screenshots

Logo

Logo

Logo

Logo

Logo

Logo

Logo

Logo

Logo

Authors

Feedback

If you have any feedback, please reach out me at situ@chinmayakumarbiswal.in

About

Online Exam system where you, Manage your classroom. Engage your students. Safe. Simple. Free.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published