Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSWeb
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
VIPS
VIPSWeb
Commits
50f0aaef
Commit
50f0aaef
authored
4 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Even more docs added
parent
4fff72f5
Branches
Branches containing commit
No related tags found
1 merge request
!8
Upgrade to django 3.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-1
2 additions, 1 deletion
README.md
with
2 additions
and
1 deletion
README.md
+
2
−
1
View file @
50f0aaef
...
@@ -5,7 +5,7 @@ enough to suit many organizations.
...
@@ -5,7 +5,7 @@ enough to suit many organizations.
## Requirements
## Requirements
The system has been tested and found to run well on Ubuntu >= 18
The system has been tested and found to run well on Ubuntu >= 18
*
The programming language is Python >= 3.6
*
The programming language is Python >= 3.6
*
The web framework is currently Django 3.1
*
The web framework is currently
[
Django 3.1
](
https://docs.djangoproject.com/en/3.1/
)
*
Apache web server with mod_wsgi compiled for Python 3
*
Apache web server with mod_wsgi compiled for Python 3
## Install and setup
## Install and setup
...
@@ -31,6 +31,7 @@ pip install -r requirements.txt
...
@@ -31,6 +31,7 @@ pip install -r requirements.txt
```
```
## Running with mod_wsgi
## Running with mod_wsgi
The official Django documentation for this
[
can be found here
](
https://docs.djangoproject.com/en/3.1/howto/deployment/wsgi/modwsgi/
)
*
If running on e.g. Ubuntu 18, please remember to install the
`libapache2-mod-wsgi-py3`
and not the
`libapache2-mod-wsgi`
package
*
If running on e.g. Ubuntu 18, please remember to install the
`libapache2-mod-wsgi-py3`
and not the
`libapache2-mod-wsgi`
package
*
Here's an example mod_wsgi configuration in an Apache2 virtualhost
*
Here's an example mod_wsgi configuration in an Apache2 virtualhost
...
...
This diff is collapsed.
Click to expand it.
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