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
59d0c408
Commit
59d0c408
authored
Jun 27, 2012
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
collect static resources is now handled by the gunicorn upstart script
parent
c5630e6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
collect_static_resources
+0
-3
rakefile
+0
-3
No files found.
collect_static_resources
deleted
100755 → 0
View file @
c5630e6d
#! /bin/bash
cd
$(
dirname
$0
)
&&
django-admin.py collectstatic
--noinput
--settings
=
envs.aws
--pythonpath
=
.
rakefile
View file @
59d0c408
...
@@ -115,15 +115,12 @@ task :package do
...
@@ -115,15 +115,12 @@ task :package do
set -x
set -x
chown -R makeitso:makeitso
#{
INSTALL_DIR_PATH
}
chown -R makeitso:makeitso
#{
INSTALL_DIR_PATH
}
chmod +x
#{
INSTALL_DIR_PATH
}
/collect_static_resources
service gunicorn stop || echo "Unable to stop gunicorn. Continuing"
service gunicorn stop || echo "Unable to stop gunicorn. Continuing"
rm -f
#{
LINK_PATH
}
rm -f
#{
LINK_PATH
}
ln -s
#{
INSTALL_DIR_PATH
}
#{
LINK_PATH
}
ln -s
#{
INSTALL_DIR_PATH
}
#{
LINK_PATH
}
chown makeitso:makeitso
#{
LINK_PATH
}
chown makeitso:makeitso
#{
LINK_PATH
}
/opt/wwc/mitx/collect_static_resources
# Delete mako temp files
# Delete mako temp files
rm -rf /tmp/tmp*mako
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