-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,6 @@ | ||
* Introduction | ||
This repository contains the sources of | ||
=vlabs-landing-pages= which is generated using data from | ||
=lab-data-service= | ||
** Post installation steps | ||
After successful installation of the web pages. Change | ||
the following configuration variables accordingly in | ||
=build/code/runtime/static/js/app-config.js= file | ||
|
||
1) configure =base_url= variable to =lab-data-service= url | ||
#+BEGIN_EXAMPLE | ||
var base_url = "http://ld.base4.vlabs.ac.in"; | ||
#+END_EXAMPLE | ||
2) change =document.domain= value to =vlabs.ac.in= | ||
#+BEGIN_EXAMPLE | ||
document.domain="vlabs.ac.in"; | ||
#+END_EXAMPLE | ||
3) configure the =openedx= url | ||
#+BEGIN_EXAMPLE | ||
var openedx_url = "http://themeless.vlabs.ac.in" | ||
#+END_EXAMPLE | ||
|
||
|
||
|
||
This repository contains the implementation of | ||
=vlabs-landing-pages= | ||
* Setup development environment | ||
Follow [[src/deployment/setup-dev-environment.org][documentation]] to setup the development environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters