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
c5454af4
Commit
c5454af4
authored
Jun 28, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #150 from MITx/stable-edx4edx-aws
Stable edx4edx aws
parents
9bb85992
e372fbaa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
7 deletions
+1
-7
collect_static_resources
+0
-3
lms/envs/edx4edx_aws.py
+1
-1
rakefile
+0
-3
No files found.
collect_static_resources
deleted
100755 → 0
View file @
9bb85992
#! /bin/bash
cd
$(
dirname
$0
)
&&
django-admin.py collectstatic
--noinput
--settings
=
envs.aws
--pythonpath
=
.
lms/envs/edx4edx_aws.py
View file @
c5454af4
...
...
@@ -8,7 +8,7 @@ COURSE_TITLE = "edx4edx: edX Author Course"
### Dark code. Should be enabled in local settings for devel.
ENABLE_MULTICOURSE
=
True
# set to False to disable multicourse display (see lib.util.views.mitxhome)
QUICKEDIT
=
Fals
e
QUICKEDIT
=
Tru
e
###
...
...
rakefile
View file @
c5454af4
...
...
@@ -120,15 +120,12 @@ task :package do
set -x
chown -R makeitso:makeitso
#{
INSTALL_DIR_PATH
}
chmod +x
#{
INSTALL_DIR_PATH
}
/collect_static_resources
service gunicorn stop || echo "Unable to stop gunicorn. Continuing"
rm -f
#{
LINK_PATH
}
ln -s
#{
INSTALL_DIR_PATH
}
#{
LINK_PATH
}
chown makeitso:makeitso
#{
LINK_PATH
}
/opt/wwc/mitx/collect_static_resources
# Delete mako temp files
rm -rf /tmp/tmp*mako
...
...
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