# Help instaling Wowza 3

**URL:** https://community.wowza.com/t/help-instaling-wowza-3/38224
**Category:** Wowza Streaming Engine
**Created:** [February 23, 2012, 12:37pm UTC](https://community.wowza.com/t/help-instaling-wowza-3/38224 "2012-02-23T12:37:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Armando\_Rodriguez\_Fr](https://avatars.discourse-cdn.com/v4/letter/a/e19b73/32.png) [@Armando\_Rodriguez\_Fr](https://community.wowza.com/u/Armando_Rodriguez_Fr)
#### Post date: [February 23, 2012, 12:37pm UTC](https://community.wowza.com/t/help-instaling-wowza-3/38224/1 "2012-02-23T12:37:03Z")

</div>

First, a salute to all the people of this forum.

At this moment I have an installation of Wowza Media Server 2.2.4 on Ubuntu Server 11.04.

For this installation i have used Java 6.

In this moment, i don´t remember very well what i did very well for the installation but i think this:

```auto
 Install Java
 # apt-get update && apt-get install sun-java6-jre
 Download Wowza Media Server using wget
 # wget-c https://www.wowza.com/downloads/WowzaMediaServer-2-2-4/WowzaMediaServer-2.2.4.deb.bin
 Add execute permission
 # chmod-x WowzaMediaServer 2.2.4.deb.bin
 Run the installer
 # ./WowzaMediaServer-2.2.4.deb.bin
 (Press Space to read next page of the agreement)
 (Type Yes at the end of the agreement)
 (The setup will be finished)
 Now go to your installed location and run startup.sh
 # cd / usr / local / WowzaMediaServer / bin / &&. / startup.sh
 paste your license key
 Press CTRL C to stop the server if it is still running and you can not get a prompt.
 Start the streaming server
 # / etc / init.d / start WowzaMediaServer

```

I have two applications “live” and “vod”

Everything works perfectly, my license is: Wowza Media Server 2.2.4 Edition Perpetual

Now I have to do another install but Ubuntu Server 11.10 and I would like to do with all updated.

Should must I do this?:

```auto
 # Apt-get update && apt-get install sun-jre-java7
 # Wget-c https://www.wowza.com/downloads/WowzaMediaServer-3.0.5/WowzaMediaServer-3.0.5.deb.bin
 # Chmod-x WowzaMediaServer 3.0.5.deb.bin
 # ./WowzaMediaServer-3.0.5.deb.bin
 (Press Space to read next page of the agreement)
 (Type Yes at the end of the agreement)
 (The setup will be finished)
 # Cd / usr/local/WowzaMediaServer-3.0.5/bin / &&. / Startup.sh
 paste your license key
 Press CTRL C to stop the server if it is still running and you can not get a prompt.
 # / Etc / init.d / start WowzaMediaServer

```

Now I have a license when I buy another I will have discount?

How do I update my Wowza 2.1.1 a3.0.5 installation of Ubuntu 11.04?

Thank you very much for everything, a greeting: Manyblue

---

<div class="post-metadata">

### Author: ![Jason\_Hilton](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/jason_hilton/32/437_2.png) [@Jason\_Hilton](https://community.wowza.com/u/Jason_Hilton)
#### Post date: [February 23, 2012, 3:04pm UTC](https://community.wowza.com/t/help-instaling-wowza-3/38224/2 "2012-02-23T15:04:37Z")

</div>

Hi

I would always check for the latest versions of Java before downloading them so I would start with:

1.) apt-cache search jre (this will show you the latest version of Java)

2.) apt-get install sun\_java[X]-jre ([X] being the number of the latest version)

3.) wget [link to correct Wowza version]

4.) sh WowzaMediaServer-[3.X.X].deb.bin

The upgrade guide is here,

[https://www.wowza.com/docs/how-to-upgrade-wowza-media-server-software-to-wowza-streaming-engine](https://www.wowza.com/docs/how-to-upgrade-wowza-media-server-software-to-wowza-streaming-engine)

Note that you will need a new licence to run Wowza 3

Regarding billing questions its best to contact sales@wowza.com

Jason

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [February 23, 2012, 10:52pm UTC](https://community.wowza.com/t/help-instaling-wowza-3/38224/3 "2012-02-23T22:52:18Z")

</div>

You have to look at the Addon page. Some have one version that works with Wowza 2 or 3, and a few have an updated version for Wowza 3. If you do not see mention of a Wowza 3 version, then it will work on either.

Richard

---

<div class="post-metadata">

### Author: ![Armando\_Rodriguez\_Fr](https://avatars.discourse-cdn.com/v4/letter/a/e19b73/32.png) [@Armando\_Rodriguez\_Fr](https://community.wowza.com/u/Armando_Rodriguez_Fr)
#### Post date: [February 23, 2012, 7:58pm UTC](https://community.wowza.com/t/help-instaling-wowza-3/38224/4 "2012-02-23T19:58:13Z")

</div>

OK thank for your answer.

I think is better to deinstall versio 2 and after install version 3

Do you know:

link to correct Wowza version 3 ?

The last version of Java is 7 soure

Link to correct Java version 7 ?

In Ubuntu 11.10 i can look in Ubuntu Software Center, finnibg java 7 jre, i can look Open JDK 7, is this java i need ?

1.) # apt-cache search jre (this will show you the latest version of Java) is version 7, look this url: [http://www.oracle.com/technetwork/java/javase/downloads/index.html](http://www.oracle.com/technetwork/java/javase/downloads/index.html)

2.) # apt-get install sun\_java7-jre

3.) # wget [link to correct Wowza version] # wget -c [https://www.wowza.com/downloads/WowzaMediaServer-3.0.5/WowzaMediaServer-3.0.5.deb.bin](https://www.wowza.com/downloads/WowzaMediaServer-3.0.5/WowzaMediaServer-3.0.5.deb.bin)

4.) # sh WowzaMediaServer-3.0.5.deb.bin

Samathing more ???

Kind regards: Manyblue

---

<div class="post-metadata">

### Author: ![Armando\_Rodriguez\_Fr](https://avatars.discourse-cdn.com/v4/letter/a/e19b73/32.png) [@Armando\_Rodriguez\_Fr](https://community.wowza.com/u/Armando_Rodriguez_Fr)
#### Post date: [February 23, 2012, 8:19pm UTC](https://community.wowza.com/t/help-instaling-wowza-3/38224/5 "2012-02-23T20:19:03Z")

</div>

Can be possible this comands:

# apt-get update && apt-get install sun-java7-jre

# wget -c [https://www.wowza.com/downloads/WowzaMediaServer-3.0.5/WowzaMediaServer-3.0.5.deb.bin](https://www.wowza.com/downloads/WowzaMediaServer-3.0.5/WowzaMediaServer-3.0.5.deb.bin)

# chmod +x WowzaMediaServer-3.0.5.deb.bin

# ./WowzaMediaServer-3.0.5.deb.bin

Press Space to read next page of the agreement)

(Type Yes at the end of the agreement)

(The setup will be finished)

# cd /usr/local/WowzaMediaServer-3.0.5/bin/ && ./startup.sh

I have a dude: there are a diferences of version 2 and 3 with addon …

Kind regards: Manyblue
