The Artima Developer Community
Sponsored Link

Web Buzz Forum
Installing Hula on Ubuntu Warty

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stuart Langridge

Posts: 2006
Nickname: aquarius
Registered: Sep, 2003

Stuart Langridge is a web, JavaScript, and Python hacker, and sometimes all three at once.
Installing Hula on Ubuntu Warty Posted: Feb 15, 2005 7:30 PM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Stuart Langridge.
Original Post: Installing Hula on Ubuntu Warty
Feed Title: as days pass by
Feed URL: http://feeds.feedburner.com/kryogenix
Feed Description: scratched tallies on the prison wall
Latest Web Buzz Posts
Latest Web Buzz Posts by Stuart Langridge
Latest Posts From as days pass by

Advertisement

So, I’m going to have a crack at Hula on my Warty box. Here’s the stuff I had to do to install it.

  1. I created $HOME/src/hula/install and $HOME/src/hula/trunk directories, and then cd $HOME/src/hula/trunk.
  2. Fetch the source from svn as described on the installation pagesvn checkout svn+ssh://anonymous@forgesvn1.novell.com/svn/hula/trunk/hula.
  3. Next, install a load of packages so that it’ll work. I had to install automake1.7, g++, libssl-dev. You might need others which I already had installed for one reason or another.
  4. Now do ./autogen.sh --prefix=<prefix>. I set the prefix to be $HOME/src/hula/install, because I’m going to try not running it as root; I want it to run n non-standard ports so that it doesn’t conflict with my existing SMTP and IMAP servers.
  5. make
  6. make install
  7. cd $HOME/src/hula/install
  8. ./sbin/hulasetup --domain=kryogenix.org --ldap=10389 --http=10080 --https=10443 --webadmin=10081 --webadmins=10082 --dns=127.0.0.1 (wait until it finishes)
  9. ./sbin/hulamanager (this will stay running)
  10. In your browser, go to http://localhost:10080/ and log in with username admin, password hula.

Well, that’s the theory. Actually, I so far can’t get it to run; in the syslog I keep getting “”localhost mwpref[3099]: Could not connect to NMAP server 16777343 (code:-1)“” and I don’t know why. The people on #hula:freenode are pretty helpful, though. For now, I surrender; I’ll come back to this tomorrow.

Read: Installing Hula on Ubuntu Warty

Topic: Get Your Creative Juices Flowing.. Previous Topic   Next Topic Topic: A prayer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use