Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
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-analytics-data-api
Commits
91a5b8bf
Commit
91a5b8bf
authored
Jul 10, 2014
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README with database commands
Change-Id: I79ce57e1014b5caf88c2163705599b11251d700d
parent
53f48f60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
README.md
+10
-1
No files found.
README.md
View file @
91a5b8bf
...
@@ -17,7 +17,16 @@ Getting Started
...
@@ -17,7 +17,16 @@ Getting Started
$ make develop
$ make develop
2.
Run the server:
2.
Setup the databases:
$ ./manage.py syncdb --migrate --noinput
$ ./manage.py syncdb --migrate --noinput --database=analytics
3.
Create a user and authentication token. Note that the user will be created if one does not exist.
$ ./manage.py set_api_key <username> <token>
4.
Run the server:
$ ./manage.py runserver
$ ./manage.py runserver
...
...
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