The OpenStack Cross-project Dashboard provides a centralized dashboard in the community to track multi-project initiatives (which may even take multiple releases). This dashboard will leverage user story trackers to associate cross-project specs with the concepts they are crafted to deliver.
- Angular.js
- Express
- Node.js
- MongoDB (coming soon!)
https://docs.mongodb.org/manual/installation/
https://nodejs.org/en/download/
For Ubuntu:
$ sudo apt-get install nodejs
$ sudo apt-get install nodejs-legacy
$ sudo apt-get install npm
$ sudo npm install -g strongloop
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower
$ git clone https://github.com/OpenStackweb/userstory.openstack.org.git
$ cd dashboard-project-api/
$ npm install
$ npm run build-sdk
$ node .
You should get something like this:
Browse your REST API at http://0.0.0.0:3004/explorer
$ cd dashboard-project-app/
$ chmod +x install.sh
$ sh install.sh
$ sh build-sdk.sh
Finally, the explorer will open automatically on port 9000.