Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
django-url-follower
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikolaos S. Papaspyrou
django-url-follower
Commits
6862efd3
Commit
6862efd3
authored
Jun 15, 2015
by
Nikolaos S. Papaspyrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a proper README file
parent
f5461e76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
3 deletions
+49
-3
README.md
README.md
+49
-3
No files found.
README.md
View file @
6862efd3
My super web application
========================
A simple web application: URL follower
========================
==============
I'll write more about this when it's ready...
This is a simple web application which allows users to generate
short tracked URLS from longer ones. A short URL redirects to
the original URL, when followed. It is tracked in the sense that
a counter is incremented, every time the URL is followed.
Installation
------------
Assuming you have a working Python 2.x and
`virtualenv`
, clone
the repository and then type:
```
sh
virtualenv
--no-site-packages
venv
source
venv/bin/activate.csh
pip
install
-r
requirements.txt
```
Then prepare the database:
```
sh
python manage.py migrate
```
To deploy the server:
```
sh
python manage.py runserver
```
and then go to
[
http://localhost:8000/
](
http://localhost:8000/
)
.
Step by step
------------
A better description of how to arrive here one step at a time,
from scratch, is found in the README file in branch
`prepare`
.
Otherwise, just follow the commits, in exactly the order we
showed them in the lab on Monday, June 15, 2015.
---
Enjoy...
Nikos Papaspyrou
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