Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
488fec74
Commit
488fec74
authored
Nov 09, 2013
by
Jean Michel Rouly
Browse files
Rewrote configuration section of README.
parent
8fabb384
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
488fec74
# WELCOME
This is the Go (Python) repository! Welcome!
# Go (URL Shortener)
A project of
[
GMU SRCT
](
http://srct.gmu.edu
)
.
See
`/wsgi/goconfig.py.template`
for configuration variables. Relocate this to
`/wsgi/goconfig.py`
when configured properly.
Go is a drop-in URL shortening service. It aims to provide an easily
branded service for institutions that wish to widely disseminate
information without unnecessarily outsourcing branding.
## Configuration
### GoConfig
## Apache Configuration
See
`/wsgi/goconfig.py.template`
for configuration variables. Relocate this
to
`/wsgi/goconfig.py`
when configured properly.
The host or virtualhost being used for Go must have certain WSGIScriptAlias directives.
### Apache
The host or virtualhost being used for Go must have certain WSGIScriptAlias
directives.
```
WSGIScriptAlias /rd /srv/http/go/wsgi/redir.py
...
...
@@ -19,3 +27,10 @@ WSGIScriptAlias /logout /srv/http/go/wsgi/logout.py
WSGIScriptAlias /signup /srv/http/go/wsgi/signup.py
WSGIScriptAlias /about /srv/http/go/wsgi/about.py
```
### Piwik
Piwik analytics are optionally enabled. See
`/wsgi/goconfig.py.template`
for relevant configuration values. In order to use Piwik with this service,
you will need the
[
Piwik Python API
](
https://github.com/piwik/piwik-python-api
)
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