Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
OpenEdx
configuration
Commits
41a262fb
Commit
41a262fb
authored
Jul 10, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing mongo db from wwc to edxapp
parent
c5e85100
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
playbooks/roles/edxapp/vars/main.yml
+3
-3
playbooks/roles/edxlocal/tasks/main.yml
+2
-2
No files found.
playbooks/roles/edxapp/vars/main.yml
View file @
41a262fb
...
...
@@ -22,7 +22,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'
CONTENTSTORE'
:
'
ENGINE'
:
'
xmodule.contentstore.mongo.MongoContentStore'
'
OPTIONS'
:
'
db'
:
'
wwc
'
'
db'
:
'
edxapp
'
'
host'
:
[
'
localhost'
]
'
password'
:
'
password'
'
port'
:
27017
...
...
@@ -32,7 +32,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'
ENGINE'
:
'
xmodule.modulestore.mongo.MongoModuleStore'
'
OPTIONS'
:
&lms_modulestore_default_options
'
collection'
:
'
modulestore'
'
db'
:
'
wwc
'
'
db'
:
'
edxapp
'
'
default_class'
:
'
xmodule.hidden_module.HiddenDescriptor'
'
fs_root'
:
'
/opt/wwc/data'
'
host'
:
[
'
localhost'
]
...
...
@@ -47,7 +47,7 @@ edxapp_generic_auth_config: &edxapp_generic_auth
'
DATABASES'
:
'
default'
:
'
ENGINE'
:
'
django.db.backends.mysql'
'
NAME'
:
'
wwc
'
'
NAME'
:
'
edxapp
'
'
USER'
:
'
root'
'
PASSWORD'
:
'
'
# Provide the name of a host running mysql.
...
...
playbooks/roles/edxlocal/tasks/main.yml
View file @
41a262fb
...
...
@@ -22,7 +22,7 @@
-
name
:
create a database for edxapp
mysql_db
:
>
db=
wwc
db=
edxapp
state=present
encoding=utf8
...
...
@@ -58,7 +58,7 @@
-
name
:
create a mongodb user
mongodb_user
:
>
database=
wwc
database=
edxapp
name=edxapp
password=password
state=present
...
...
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