Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.43 KB

File metadata and controls

43 lines (29 loc) · 1.43 KB

Data Science Experience (DSX)

Repository hosting change log entries for use in the What's New page within Data Science Experience (DSX).

(1) Local Setup

(1.1) Clone Source

git clone git@github.com:IBMDataScience/datascix.git

(1.2) Directory Location

cd datascix

(1.3) Install Dependencies

npm install

(1.4) Validate JSON

grunt

(2) Change Log / Environment Mappings

DSX Environment Change Log Path DSX URL
YS1 DEV public/dev/changelog/entries.json https://apsx-dev.stage1.ng.bluemix.net/whats-new
YP QA public/qa/changelog/entries.json https://apsx-qa.ng.bluemix.net/whats-new
YP PROD public/prod/changelog/entries.json https://apsportal.ibm.com/whats-new

(3) Documentation