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
991613d3
Commit
991613d3
authored
Aug 30, 2014
by
Jean Michel Rouly
Browse files
Undeleted readme
parent
bc9a0d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
991613d3
# Go (URL Shortener)
A project of
[
GMU SRCT
](
http://srct.gmu.edu
)
.
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.
## To Do
*
qr codes on links view-- need to save the pictures somewhere, render
inline as well as in different formats and sizes for download, and be
deleted along with the links
*
Update the user authentication system (ie. port it to CAS to play nicely
with GMU)
*
Update the user registration system. Make it more intuitive to first time
users, also update the connection between registered users and actual
user auth accounts on the database.
*
Set up Piwik to work with Go.
*
Update the documentation on Go to include a setup guide
*
Update the interface to bootswatch, perhaps? Maybe the same stylesheet as
is used on SRCTWeb. (ie. complete HTML overhaul)
*
Remove all Mason-specific branding.
## Configuration
### settings.py
The settings file should already be configured acceptably. You may need to
add a different authentication backend or database engine.
### nginx / Apache
You must configure an outside web server to properly host the static file
required to run this Django app.
### Python
To install the required Python modules, simply execute
```
$ pip install -r requirements.txt
```
and you should be good to go.
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