This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
copper:academy:congress:test [2015/12/10 03:49] Bryan Sullivan |
copper:academy:congress:test [2015/12/10 03:57] (current) Bryan Sullivan |
||
|---|---|---|---|
| Line 150: | Line 150: | ||
| # Clone Copper (if not already cloned in user home) | # Clone Copper (if not already cloned in user home) | ||
| cd ~/git | cd ~/git | ||
| - | git clone https://gerrit.opnfv.org/gerrit/copper | + | if [ ! -d ~/git/copper ]; then git clone https://gerrit.opnfv.org/gerrit/copper; fi |
| # Copy the Apache config | # Copy the Apache config | ||
| - | sudo cp ~copper/components/congress/test-webapp/www/ubuntu-apache2.conf /etc/apache2/apache2.conf | + | sudo cp ~/git/copper/components/congress/test-webapp/www/ubuntu-apache2.conf /etc/apache2/apache2.conf |
| # Point proxy.php to the Congress server per your install | # Point proxy.php to the Congress server per your install | ||
| Line 160: | Line 160: | ||
| # Copy the webapp to the Apache root directory and fix permissions | # Copy the webapp to the Apache root directory and fix permissions | ||
| - | sudo cp -R ~copper/components/congress/test-webapp/www/html /var/www | + | sudo cp -R ~/git/copper/components/congress/test-webapp/www/html /var/www |
| sudo chmod 755 /var/www/html -R | sudo chmod 755 /var/www/html -R | ||
| Line 172: | Line 172: | ||
| === Using the Test Webapp === | === Using the Test Webapp === | ||
| - | Browse to http://localhost | + | Browse to the trusty-copper server IP address. |
| - | Interactive options are meant to be self-explanatory given a basic familiarity with the Congress service and data model. | + | Interactive options are meant to be self-explanatory given a basic familiarity with the Congress service and data model. But the app will be developed with additional features and UI elements. |