Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
e98e2782
Commit
e98e2782
authored
Jun 01, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Serve workbench URLs from /
parent
9907db42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.rst
+2
-2
urls.py
+1
-1
No files found.
README.rst
View file @
e98e2782
...
...
@@ -138,7 +138,7 @@ To use the Vagrant VM:
1) `Install Vagrant <https://docs.vagrantup.com/v2/installation/>`_.
2) ``vagrant up`` to start and provision the Vagrant VM.
3) Visit `http://192.168.44.10
/workbench/ <http://192.168.44.10/workbench/
>`_
3) Visit `http://192.168.44.10
<http://192.168.44.10
>`_
4) You should see the workbench index page load.
After making a change to the code in the ``edx-ora2`` directory,
...
...
@@ -146,7 +146,7 @@ you must restart the services on the Vagrant VM:
1) ``vagrant ssh`` to ssh into the Vagrant VM.
2) ``./update.sh`` to restart the services, run database migrations, and collect static assets.
3) Visit `http://192.168.44.10
/workbench/ <http://192.168.44.10/workbench/
>`_
3) Visit `http://192.168.44.10
<http://192.168.44.10
>`_
By default, the Vagrant VM also includes a monitoring tool for Celery tasks called `Flower <https://github.com/mher/flower>`_.
To use the tool, visit: `http://192.168.44.10:5555 <http://192.168.44.10:5555>`_
...
...
urls.py
View file @
e98e2782
...
...
@@ -20,7 +20,7 @@ urlpatterns = patterns(
url
(
r'^admin/'
,
include
(
admin
.
site
.
urls
)),
# Provided by XBlock
url
(
r'^
workbench/
'
,
include
(
workbench
.
urls
)),
url
(
r'^
/?
'
,
include
(
workbench
.
urls
)),
# edx-ora2 apps
url
(
r'^submissions/'
,
include
(
submissions
.
urls
)),
...
...
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