Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
750b1d51
Commit
750b1d51
authored
Jun 01, 2013
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install steps - Fixes syntax of `update_templates` django command
parent
f27f664d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
README.md
+1
-1
scripts/create-dev-env.sh
+5
-3
No files found.
README.md
View file @
750b1d51
...
@@ -110,7 +110,7 @@ CMS templates. Fortunately, `rake` will do all of this for you! Just run:
...
@@ -110,7 +110,7 @@ CMS templates. Fortunately, `rake` will do all of this for you! Just run:
$ rake django-admin[syncdb]
$ rake django-admin[syncdb]
$ rake django-admin[migrate]
$ rake django-admin[migrate]
$ rake
django-admin[update_templates]
$ rake
cms:update_templates
If you are running these commands using the
[
`zsh`
](
http://www.zsh.org/
)
shell,
If you are running these commands using the
[
`zsh`
](
http://www.zsh.org/
)
shell,
zsh will assume that you are doing
zsh will assume that you are doing
...
...
scripts/create-dev-env.sh
View file @
750b1d51
...
@@ -207,7 +207,8 @@ case `uname -s` in
...
@@ -207,7 +207,8 @@ case `uname -s` in
distro
=
`
lsb_release
-cs
`
distro
=
`
lsb_release
-cs
`
case
$distro
in
case
$distro
in
wheezy|jessie|maya|olivia|nadia|precise|quantal
)
wheezy|jessie|maya|olivia|nadia|precise|quantal
)
warning
"Debian support is not fully debugged. Assuming you have standard
warning
"
Debian support is not fully debugged. Assuming you have standard
development packages already working like scipy rvm, the
development packages already working like scipy rvm, the
installation should go fine, but this is still a work in progress.
installation should go fine, but this is still a work in progress.
...
@@ -219,7 +220,8 @@ case `uname -s` in
...
@@ -219,7 +220,8 @@ case `uname -s` in
read
dummy
read
dummy
sudo
apt-get install git
;;
sudo
apt-get install git
;;
squeeze|lisa|katya|oneiric|natty|raring
)
squeeze|lisa|katya|oneiric|natty|raring
)
warning
"It seems like you're using
$distro
which has been deprecated.
warning
"
It seems like you're using
$distro
which has been deprecated.
While we don't technically support this release, the install
While we don't technically support this release, the install
script will probably still work.
script will probably still work.
...
@@ -499,7 +501,7 @@ mkdir "$BASE/data" || true
...
@@ -499,7 +501,7 @@ mkdir "$BASE/data" || true
rake django-admin[syncdb]
rake django-admin[syncdb]
rake django-admin[migrate]
rake django-admin[migrate]
rake
django-admin[update-templates]
rake
cms:update_templates
# Configure Git
# Configure Git
output
"Fixing your git default settings"
output
"Fixing your git default settings"
...
...
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