Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
*******************8
**********************************THANK YOU FOR USING OUR TRUSTED AND EFFICIENT PRODUCT.***************************************
***********************************
**********************************
STALITECODE
*
*
*
******WHAT TO HAVE ON YOUR MACHINE*****
1. python 3.3 upward
2. VScode text editor
3. Any Broswer (CHROME prefferable)
*
*
*
*****HOW TO INSTALL E_CBT WEB SOFTWARE PRODUCT
1. Unzip the file.
2. Open with VScode
3. Open new terminal
4. run command, pip install -r requirements.txt
5. finally run another command, python manage.py runserver
6. open Broswer and write this url to login:
i. for admin: http://localhost:8000/admins/login/
ii. for student: http://localhost:8000
*
*
*
*****HOW TO INSTALL E_CBT ON LAN NETWORK
* connect all system to NETWORK and connect them to the server machine.
1. Unzip the file.
2. Open with VScode
3. Open new terminal
4. run command, pip install -r requirements.txt
5. Get the server machine or Computer IP address
6. finally run another command, python manage.py runserver 'IP-address:8000' Example Below:
python manage.py runserver 192.168.43.73:8000
7. open Broswer and write this url to login:
i. for admin: http://IP-address:8000/admins/login/
ii. for student: http://IP-address:8000
ADMIN CREDIENTIALS
Admin ID = admin
password = admin
**
**** How to use ****
add level if required
1. add new department
2. add new course
3. add student(s)
4. add question(s)