UnofficialDebPackages

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(added (i386) I have not found x86_64 packages on the repositorys)
(new repository, updated instructions)
Line 3: Line 3:
 
Currently tested with:
 
Currently tested with:
  
* Debian lenny
+
    * Debian lenny
* Ubuntu Hardy (8.04)
+
    * Ubuntu Hardy (8.04)
* Ubuntu Intrepid (8.10)
+
    * Ubuntu Intrepid (8.10)
* Ubuntu Jaunty (9.04)
+
    * Ubuntu Jaunty (9.04)  
  
  
These are packages I ([[User:DaveCoyle|coyled]]) created and use to run an
+
These are packages I (coyled) created and use to run an assortment of
assortment of regions in OSGrid (though there's nothing OSGrid-specific in
+
regions in OSGrid (though there's nothing OSGrid-specific in these
these packages). You're welcome to use, but please back up your
+
packages). You're welcome to use, but please back up your OpenSim.ini,
OpenSim.ini, Regions/*.xml, *.db, and other important files before
+
*.xml, *.db, and other important files before installing, just in
installing, just in case. But I use these packages on a regular
+
case. But I use these packages on a regular basis, and they work fine
basis, and they work fine for me.
+
for me.
  
 +
Here you'll find repositories of three different flavors:
  
To install the latest tagged release (e.g. 0.6.1), add either:
+
    "releases"
 +
        -- official versioned releases (e.g. 0.6.3)
  
     deb http://pkg.knifejaw.com/debian opensim releases
+
     "testing"
 +
        -- the SVN revision number which is "recommended" for OSGrid
 +
          region admins each week during the OpenSim developer office
 +
          hours on Wright Plaza
  
or:
+
    "unstable"
 +
        -- an SVN revision number close to HEAD, usually no more than
 +
          a couple days old
 +
        -- this may contain untested changes and/or breakage
 +
   
  
    deb http://pkg.knifejaw.com/ubuntu opensim releases
+
For Debian users, depending on which repository you choose above, add
 +
one of:
  
to your /etc/apt/sources.list. Then run:
+
    deb http://pkg.knifejaw.com/debian opensim releases modules
 +
or:
 +
    deb http://pkg.knifejaw.com/debian opensim testing modules
 +
or:
 +
    deb http://pkg.knifejaw.com/debian opensim unstable modules
  
    # apt-get update
+
to your /etc/apt/sources.list .
     # apt-get install opensimulator
+
      
  
 +
For Ubuntu users, depending on which repository you choose above, add
 +
one of:
  
Or, if you'd rather be closer to the bleeding edge and run recent
+
     deb http://pkg.knifejaw.com/ubuntu opensim releases modules
builds from the SVN trunk, add:
+
 
+
     deb http://pkg.knifejaw.com/debian opensim trunk
+
 
+
 
or:
 
or:
 +
    deb http://pkg.knifejaw.com/ubuntu opensim testing modules
 +
or:
 +
    deb http://pkg.knifejaw.com/ubuntu opensim unstable modules
 +
 +
to your /etc/apt/sources.list .
  
    deb http://pkg.knifejaw.com/ubuntu opensim trunk
 
  
to /etc/apt/sources.list instead.  Packages of new trunk builds will
+
Then run:
be available at least once per week, and I'll ensure that the latest
+
one available to apt will be compatible with OSGrid.
+
  
 +
  # apt-get update
 +
  # apt-get install opensimulator
  
 
OpenSim will be installed in /usr/lib/opensim , logs will appear in
 
OpenSim will be installed in /usr/lib/opensim , logs will appear in
/var/log/opensim , and it'll create an opensim user & group. It
+
/var/log/opensim , and it'll create an opensim user & group. It
 
doesn't install any start/stop scripts, as people tend to have
 
doesn't install any start/stop scripts, as people tend to have
 
different preferences on how to do that.
 
different preferences on how to do that.

Revision as of 20:27, 24 March 2009

Unofficial .deb (i386) packages

Currently tested with:

   * Debian lenny
   * Ubuntu Hardy (8.04)
   * Ubuntu Intrepid (8.10)
   * Ubuntu Jaunty (9.04) 


These are packages I (coyled) created and use to run an assortment of regions in OSGrid (though there's nothing OSGrid-specific in these packages). You're welcome to use, but please back up your OpenSim.ini,

  • .xml, *.db, and other important files before installing, just in

case. But I use these packages on a regular basis, and they work fine for me.

Here you'll find repositories of three different flavors:

   "releases"
       -- official versioned releases (e.g. 0.6.3)
   "testing"
       -- the SVN revision number which is "recommended" for OSGrid
          region admins each week during the OpenSim developer office
          hours on Wright Plaza
   "unstable"
       -- an SVN revision number close to HEAD, usually no more than
          a couple days old
       -- this may contain untested changes and/or breakage
   

For Debian users, depending on which repository you choose above, add one of:

   deb http://pkg.knifejaw.com/debian opensim releases modules

or:

   deb http://pkg.knifejaw.com/debian opensim testing modules

or:

   deb http://pkg.knifejaw.com/debian opensim unstable modules

to your /etc/apt/sources.list .


For Ubuntu users, depending on which repository you choose above, add one of:

   deb http://pkg.knifejaw.com/ubuntu opensim releases modules

or:

   deb http://pkg.knifejaw.com/ubuntu opensim testing modules

or:

   deb http://pkg.knifejaw.com/ubuntu opensim unstable modules

to your /etc/apt/sources.list .


Then run:

  # apt-get update
  # apt-get install opensimulator

OpenSim will be installed in /usr/lib/opensim , logs will appear in /var/log/opensim , and it'll create an opensim user & group. It doesn't install any start/stop scripts, as people tend to have different preferences on how to do that.

Personal tools
General
About This Wiki