Getting Started - Ubuntu Linux
Your rating: None Average: 4 (1 vote)
  • Install Dependencies
    From a command prompt, run:

    sudo apt-get install zlib1g libssl0.9.8 libxml2 libbz2-1.0 libpcap0.8 python3.1 libboost-thread1.40.0 libboost-system1.40.0 libboost-filesystem1.40.0 libboost-regex1.40.0 libboost-date-time1.40.0 libboost-signals1.40.0 libboost-iostreams1.40.0 libyajl-dev


  • Install Pion
    Uncompress the distribution file to create your Pion directory:

    tar xvfj <Pion Download File>


  • Start Server
    From a command prompt, run:

    sudo ./start_pion.sh -D
  • Load interface

    Open your favorite (Firefox, IE7 or Safari) browser and point it to http://localhost:8888

  • Login to Pion
    The default username and password are both "pion"
  • Select Edition
    You will need a valid license key to try out Pion Enterprise or Pion Replay.
    If you provided an email address, you should be receiving an email with your trial license key soon.
    Please contact us if you do not receive this email soon.
  • Installation Wizard
    The Pion Installation Wizard will ask a series of questions to complete your installation.
TheOpsMgr's picture
When you attempt to start

When you attempt to start Pion you might come across a "permission denied" error.
 
In my test environment I was installing Pion on Ubuntu 10.04 64 bit onto a second disk drive mounted as /media/Data.
 
By default the mount point was loaded with the noexec option, and hence despite the correct file permissions Pion would not start.
 
You will need to edit your /etc/fstab file and add the required exec keyword, and then do a "mount -a" to check everything is correct, then reboot.
 
for example
 
/dev/sdb1 /media/Data ext4 rw,user,exec,uhelper=udisks,errors=remount-ro, 0 0
 

Submitted by TheOpsMgr on Tue, 02/22/2011 - 09:14.