Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
README.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Dorňák committed Jan 6, 2016
1 parent 70bc658 commit 6304094
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.ui
@@ -0,0 +1,39 @@
Preupgrade Assistant UI
=======================

Installation and configuration
------------------------------

1. Install package preupgrade-assistant-ui:

yum install preupgrade-assistant-ui

2. Choose configuration file.
If you want the UI to be accessible over network,
enable configuration file 99-preup-httpd.conf.public:

mv /etc/httpd/conf.d/99-preup-httpd.conf.public \
/etc/httpd/conf.d/99-preup-httpd.conf

If you want the UI to be only accessible on localhost,
enable configuration file 99-preup-httpd.conf.private:

mv /etc/httpd/conf.d/99-preup-httpd.conf.private \
/etc/httpd/conf.d/99-preup-httpd.conf

3. Start httpd service (and enable it to start after reboot):

service httpd start
chkconfig httpd on

4. The UI is listenning on port 8099.
Use your favorite web browser to access it:

http://127.0.0.1:8099/

(Replace 127.0.0.1 with the actual address,
if you are accessing the UI over network.)


For more information see https://access.redhat.com/solutions/637583

0 comments on commit 6304094

Please sign in to comment.