RETIRED, UI component for application catalog
Go to file
Kevin Fox f0e82cf8b6 More packaging stuff
Another set of changes.

Change-Id: If80ff3a340be5dffcb00df7aadedbbf8100cea12
2015-08-23 15:18:28 -07:00
app_catalog Initial stab at a grid layout for apps. 2015-08-20 09:43:00 -07:00
component_catalog http, not https 2015-08-06 15:43:19 -07:00
enabled Initial stab at a grid layout for apps. 2015-08-20 09:43:00 -07:00
.gitreview Update README locations. 2015-07-31 08:19:23 -07:00
LICENSE Initial stab at a grid layout for apps. 2015-08-20 09:43:00 -07:00
MANIFEST.in More packaging stuff 2015-08-23 15:18:28 -07:00
README.rst Initial stab at a grid layout for apps. 2015-08-20 09:43:00 -07:00
setup.cfg Fix a few packaging things. 2015-08-23 14:51:16 -07:00
setup.py More packaging stuff 2015-08-23 15:18:28 -07:00

README.rst

apps-catalog-ui

This makes the Appications and Components stored in the OpenStack Application Catalog available to users in their own Cloud's Horizon UI.

Requirements

apps-catalog-ui is intended to use only on systems running Horizon

How to try this package

git clone http://github.com/openstack/horizon.git
git clone http://github.com/stackforge/apps-catalog-ui.git
cd horizon
git fetch https://review.openstack.org/openstack/horizon refs/changes/73/206773/21 && git checkout FETCH_HEAD
./run_tests.sh -f --docs
cp ./openstack_dashboard/local/local_settings.py.example ./openstack_dashboard/local/local_settings.py
pushd ../apps-catalog-ui
../horizon/tools/with_venv.sh pip install --upgrade .
cp -a enabled/* ../horizon/openstack_dashboard/enabled/
popd
./run_tests.sh --runserver 127.0.0.1:18000