Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Pariksha
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roshan Rabinarayan
Pariksha
Commits
3ed78eda
Commit
3ed78eda
authored
Nov 17, 2020
by
Samarth Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modifying commands to run server
parent
744ee5cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
19 deletions
+9
-19
readme.txt
readme.txt
+9
-19
No files found.
readme.txt
View file @
3ed78eda
git link:
https://git.cse.iitb.ac.in/sroshan/Pariksha
Samarth Joshi
<203059008>
Frontend (ALL), Cheating Measures
Sanchit Gupta
<203050089>
Frontend(STUDENT Dashobard & LOGIN), User Documentation
Roshan Sahu
<203050048>
Backend, Developer Documentation
Samarth Joshi
<203059008>
Frontend (ALL), Cheating Measures
Sanchit Gupta
<203050089>
Frontend(STUDENT Dashobard & LOGIN), User Documentation
Roshan Sahu
<203050048>
Backend, Developer Documentation
Motivation:
Due to global pandemic online education has seen an exponential increase, we need to leverage technology to test students.
...
...
@@ -16,29 +16,19 @@ How to use:
You need to have installed the dependencies.
To install python3 on ubuntu, run the following command in your terminal.
$sudo apt-get install python3
$sudo apt-get install python3
To install Django on ubuntu, run the following command in your terminal.
$sudo apt-get install python3-django
$sudo apt-get install python3-django
To install all the requirements using requirements.txt
One needs to git clone the project and run following commands.
$git clone https://git.cse.iitb.ac.in/sroshan/Pariksha
$cd Pariksha/source
$pip3 install -r requirements.txt
One needs to git clone the project.
$git clone https://git.cse.iitb.ac.in/sroshan/Pariksha
After that open terminal in main directory and run following commands.
To start the project run
$python3 manage.py makemigrations
$python3 manage.py migrate
#create a super user using manage.py
$python3 manage.py createsuperuser
$python3 manage.py runserver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment