Ubuntu

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Link to unofficial .deb)
(Running information and some formatting)
Line 1: Line 1:
 
I'm trying to have opensimulator in the Ubuntu universe repositories. The [[UnofficialDebPackages|unofficial .deb packages]] linked in this wiki are ok for regular installs but not for ubuntu inclusion, so I&nbsp;have created new source packages. <br>  
 
I'm trying to have opensimulator in the Ubuntu universe repositories. The [[UnofficialDebPackages|unofficial .deb packages]] linked in this wiki are ok for regular installs but not for ubuntu inclusion, so I&nbsp;have created new source packages. <br>  
  
<br>
 
  
Pros:
+
 
 +
 
 +
== Pros ==
 +
  
 
*Source packages that compile into binary. Suitable for a debian based distro.<br>  
 
*Source packages that compile into binary. Suitable for a debian based distro.<br>  
Line 11: Line 13:
 
*It is not only Ubuntu, but all .deb based distributions.<br>
 
*It is not only Ubuntu, but all .deb based distributions.<br>
  
<br>
 
  
Cons:
+
 
 +
== Cons ==
 +
  
 
*You will have to wait a bit more for "big" releases. Use the regular binary packages for that.<br>
 
*You will have to wait a bit more for "big" releases. Use the regular binary packages for that.<br>
Line 22: Line 25:
  
 
Copy the lines below and add them to your system's software sources.  
 
Copy the lines below and add them to your system's software sources.  
<blockquote>deb http://ppa.launchpad.net/shankao/opensimulator/ubuntu karmic main </blockquote><blockquote>deb-src http://ppa.launchpad.net/shankao/opensimulator/ubuntu karmic main </blockquote>  
+
<blockquote>
 +
deb http://ppa.launchpad.net/shankao/opensimulator/ubuntu karmic main  
 +
deb-src http://ppa.launchpad.net/shankao/opensimulator/ubuntu karmic main
 +
</blockquote>  
 
Then, you can use your preferred package manager (i.e. synaptic, apt-get, aptitude) to install the program, marked as opensimulator-server.  
 
Then, you can use your preferred package manager (i.e. synaptic, apt-get, aptitude) to install the program, marked as opensimulator-server.  
  
<br>
 
  
<br>
+
 
 +
== Running the server ==
 +
 
 +
After installing the software:
 +
 
 +
* ''cd /usr/lib/opensimulator''
 +
* Run as root: "''mono OpenSim.exe''". You can use ''sudo'' for this.
 +
 
 +
Logs go to /var/log/opensimulator and there are some docs in /usr/share/doc/opensimulator-server/

Revision as of 14:05, 9 November 2009

I'm trying to have opensimulator in the Ubuntu universe repositories. The unofficial .deb packages linked in this wiki are ok for regular installs but not for ubuntu inclusion, so I have created new source packages.



Pros

  • Source packages that compile into binary. Suitable for a debian based distro.
  • They package an stable release (0.6.7). Good if you need some stability.
  • When accepted (still waiting for approval...), integrated in the Ubuntu universe repositories. This means a big new userbase that can easily find and test the software. We expect to port it to other .deb based distros
  • Focus in integrating the software with the operating system rather than adding new features, that can allow out-of-the-box configuration and deployment of servers.
  • It is not only Ubuntu, but all .deb based distributions.


Cons

  • You will have to wait a bit more for "big" releases. Use the regular binary packages for that.


If you want to install them for testing just:

Copy the lines below and add them to your system's software sources.

deb http://ppa.launchpad.net/shankao/opensimulator/ubuntu karmic main deb-src http://ppa.launchpad.net/shankao/opensimulator/ubuntu karmic main

Then, you can use your preferred package manager (i.e. synaptic, apt-get, aptitude) to install the program, marked as opensimulator-server.


Running the server

After installing the software:

  • cd /usr/lib/opensimulator
  • Run as root: "mono OpenSim.exe". You can use sudo for this.

Logs go to /var/log/opensimulator and there are some docs in /usr/share/doc/opensimulator-server/

General
About This Wiki