You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: ReadMe.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,13 @@ To use this do the following steps:
62
62
1) Clone the repository: `git clone https://github.com/DefinetlyNotAI/Test-generator.git`
63
63
2) Navigate to the directory: `cd Test-generator`
64
64
3) Open a terminal and install all required packages: `.\setup.ps1`[This will do the [Server Setup](#server-setup-) as well and run the [Server](wsgi_server.py).]
65
-
4) Move the API directory to your other WEB server, BUT make both use the same `LOCALHOST`.
66
-
5) Make the other WEB server initiate the framework `API_FrameWork.py` as well as generate and create the following files:
65
+
4) Create a new file in the root directory, call it `Admin.secret` and add your admin password.
66
+
5) Move the API directory to your other WEB server, BUT make both use the same `LOCALHOST`.
67
+
6) Make the other WEB server initiate the framework `API_FrameWork.py` as well as generate and create the following files:
67
68
-`Test.csv`: This should be made from a person, and include your questions
68
69
-`API.json`: This should be dynamically changed as it decides what the server should do, check [Table of contents](#table-of-contents-) for more details.
69
70
-`db.config`: This should rarely change and be made from a person, it decides the exam generation parameters.
70
-
6) Now you can use the framework to create, manage, and distribute exams by executing `waitress-serve --listen=*:5000 wsgi_server:app`.
71
+
7) Now you can use the framework to create, manage, and distribute exams by executing `waitress-serve --listen=*:5000 wsgi_server:app`.
0 commit comments