Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
f5b5c59b
Commit
f5b5c59b
authored
Aug 13, 2011
by
Evangelos Foutras
🐱
Committed by
Dan McGee
Aug 16, 2011
Browse files
Update README to use virtualenv2 (FS#25520)
Signed-off-by:
Dan McGee
<
dan@archlinux.org
>
parent
0df3567a
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
f5b5c59b
...
...
@@ -14,8 +14,8 @@ See AUTHORS file.
# Dependencies
-
python
-
python-virtualenv
-
python
2
-
python
2
-virtualenv
# Python dependencies
...
...
@@ -31,13 +31,13 @@ packages, you will probably want the following:
# Testing Installation
1.
Run
`virtualenv`
.
1.
Run
`virtualenv
2
`
.
$ cd /path/to/archweb && virtualenv ../archweb-env
$ cd /path/to/archweb && virtualenv
2
../archweb-env
2.
Sourc
e the virtualenv.
2.
Activat
e the virtualenv.
$
.
../archweb-env/bin/activate
$
source
../archweb-env/bin/activate
2.
Install dependencies through
`pip`
.
...
...
@@ -58,7 +58,7 @@ packages, you will probably want the following:
provided data, adjust the file glob accordingly.
(archweb-env) $ ./manage.py loaddata */fixtures/*.json
7.
Use the following commands to start a service instance
(archweb-env) $ ./manage.py runserver
...
...
@@ -69,7 +69,8 @@ packages, you will probably want the following:
(archweb-env) $ ./manage.py reporead i686 core.db.tar.gz
(archweb-env) $ ./manage.py syncisos
Alter architecture and repo to get x86
\_
64 and packages from other repos if needed.
Alter architecture and repo to get x86
\_
64 and packages from other repos if
needed.
# Production Installation
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment