Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
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
devstack
Commits
0ffa7ba6
Commit
0ffa7ba6
authored
Jan 25, 2017
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added account credentials to README
Fixes #34
parent
da92e2d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletions
+20
-1
README.md
+20
-1
No files found.
README.md
View file @
0ffa7ba6
...
@@ -46,7 +46,7 @@ configure Docker with a sufficient amount of resources. Our testing found that [
...
@@ -46,7 +46,7 @@ configure Docker with a sufficient amount of resources. Our testing found that [
(devstack)$ make clone
(devstack)$ make clone
```
```
3. Run the provision command, if you haven't already, to configure the various services with super
-
users (for
3. Run the provision command, if you haven't already, to configure the various services with superusers (for
development without the auth service) and tenants (for multi-tenancy).
development without the auth service) and tenants (for multi-tenancy).
The username and password for the superusers are both "edx". You can access the services directly via Django admin
The username and password for the superusers are both "edx". You can access the services directly via Django admin
...
@@ -69,6 +69,25 @@ For example to access the Catalog/Course Discovery Service, you can run:
...
@@ -69,6 +69,25 @@ For example to access the Catalog/Course Discovery Service, you can run:
(devstack)$ make devstack.open.discovery
(devstack)$ make devstack.open.discovery
```
```
## Usernames and Passwords
The provisioning script creates a Django superuser for every service.
Email: edx@example.com
Username: edx
Password: edx
The LMS also includes demo accounts. The passwords for each of these accounts is
`edx`
.
| Username | Email |
|----------|----------------------|
| audit | audit@example.com |
| honor | honor@example.com |
| staff | staff@example.com |
| verified | verified@example.com |
## Remaining Work
## Remaining Work
There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:
There is still work to be done before this is ready for full release to the Open edX community. Here are the major items:
...
...
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