Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
grady
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Maximilian Michal
grady
Commits
2e8308e3
Commit
2e8308e3
authored
7 years ago
by
Jan Maximilian Michal
Browse files
Options
Downloads
Patches
Plain Diff
Added a small install guide to the README
parent
dbecf107
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+5
-1
5 additions, 1 deletion
Makefile
README.rst
+32
-0
32 additions, 0 deletions
README.rst
with
37 additions
and
1 deletion
Makefile
+
5
−
1
View file @
2e8308e3
...
@@ -19,7 +19,11 @@ isort-check:
...
@@ -19,7 +19,11 @@ isort-check:
isort
-c
-rc
$(
APP_LIST
)
isort
-c
-rc
$(
APP_LIST
)
loaddata
:
loaddata
:
./manage.py loaddata core/fixtures/testdata-
*
./manage.py loaddata core/fixtures/testdata-groups.json
loadexamples
:
./manage.py loaddata core/fixtures/testdata-core.json
./manage.py loaddata core/fixtures/testdata-user.json
install
:
install
:
pip
install
-r
requirements.txt
pip
install
-r
requirements.txt
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
32
−
0
View file @
2e8308e3
...
@@ -5,6 +5,38 @@ Grady - will correct you!
...
@@ -5,6 +5,38 @@ Grady - will correct you!
The intention of this tool is to simplify the exam correcting process at the
The intention of this tool is to simplify the exam correcting process at the
University of Goettingen. It is deployed as a Django web application.
University of Goettingen. It is deployed as a Django web application.
Installing
==========
To set up a new instance perform the following steps:
#. Create a virtual environment with a Python3.6 interpreter and activate it.
#. Install dependencies::
pip install -r requirements.txt
yarn install --modules-folder core/static/node_modules
or alternatively with the make task::
make install
#. Set up the database.
If you are running a local instance for development purposes you
may just run::
python manage.py migrate
python manage.py loaddata core/fixtures/testdata-groups.json
#. Create a superuser if necessary::
python manage.py createsuperuser
#. Your instance should now be ready to be filled with real data. If you just
need some basic examples you can load them with::
make loadexamples
Overview
Overview
========
========
...
...
This diff is collapsed.
Click to expand it.
Jan Maximilian Michal
@j.michal
mentioned in issue
#15 (closed)
·
7 years ago
mentioned in issue
#15 (closed)
mentioned in issue #15
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment