HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Initial Version and Version 1 of Installation


Ignore:
Timestamp:
07/10/07 11:26:06 (8 years ago)
Author:
brecht
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v1 v1  
     1Currently there is no automated installation for the !BePorts system. Fortunately it is not a lot of work to do by hand. The following describes how to set up a local !BePorts tree and how to install BePorter. 
     2 
     3If you want to contribute to the !BePorts project by adding ports, you first need to [https://www.assembla.com/user/signup sign up] for an Assembla account. If you just want to build existing ports, you do not need an account. 
     4 
     5'''The !BePorts tree''' 
     6 
     7First, you need to check out the !BePorts tree using Subversion. I recommend placing it under /boot/develop/BePorts: 
     8 
     9{{{ 
     10cd /boot/develop 
     11svn co http://tools.assembla.com/svn/BePorts/BePorts/trunk BePorts  
     12}}} 
     13 
     14If you signed up for an Assembla account, you should provide your username with the {{{--username}}} option. 
     15 
     16'''!BePorter''' 
     17 
     18No BePorter releases have been made as of yet. For now, you can get the alpha version from the Subversion repository. Check out the !BePorter repository: 
     19 
     20{{{ 
     21cd /boot/home/code 
     22svn co http://tools.assembla.com/svn/BePorts/beporter/trunk beporter  
     23}}} 
     24 
     25The repository contains the executable {{{beporter}}} and the [BePortsConf BePorts.conf] file. Place {{{beporter}}} in {{{/bin}}}, and [BePortsConf BePorts.conf] in {{{/etc}}}. Do not forget to set the {{{PACKAGES_PATH}}} in [BePortsConf BePorts.conf] to where you've checked out the !BePorts tree. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/