Galeb Manager WebUI is a pretty interface to use Galeb Manager.
- Install dependencies with Bower.
$ bower installFirst you need to change the address of backend API in constants.js file, by default it's http://localhost:80.
To run local, we need a http-server, go to project root directory and run:
$ npm install -g http-server
$ http-server .$ export GALEB_VERSION=<insert here your version number>
$ make distCopyright (c) 2014-2015 Globo.com - All rights reserved.
This source is subject to the Apache License, Version 2.0.
Please see the LICENSE file for more information.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.