Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ksripathi committed Dec 27, 2017
1 parent 89ea862 commit 335cc78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
27 changes: 4 additions & 23 deletions README.org
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

3 changes: 2 additions & 1 deletion src/deployment/setup-dev-environment.org
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
#+END_EXAMPLE
2. Access vlabs-landig-page on base machine's browser
#+BEGIN_EXAMPLE
firefox http://pages.vlabs.ac.in
firefox http://alpha.vlabs.ac.in
#+END_EXAMPLE


0 comments on commit 335cc78

Please sign in to comment.