Linking
This commit is contained in:
parent
0096fd11e5
commit
2cf2b5f8b7
2 changed files with 8 additions and 6 deletions
|
|
@ -12,11 +12,11 @@ aimed for packaging purposes.
|
|||
Prerequisites:
|
||||
|
||||
- ruby-1.8, rubygem, git and rake as described in
|
||||
http://github.com/diaspora/diaspora/wiki/Rpm-installation-on-fedora
|
||||
or http://github.com/diaspora/diaspora/wiki/Installing-on-CentOS-Fedora
|
||||
[RPM installation Fedora](http://github.com/diaspora/diaspora/wiki/Rpm-installation-on-fedora)
|
||||
or [Installing-on-CentOS-Fedora](http://github.com/diaspora/diaspora/wiki/Installing-on-CentOS-Fedora)
|
||||
|
||||
- A personal environment to build RPM:s, also described in
|
||||
http://github.com/diaspora/diaspora/wiki/Rpm-installation-on-fedora
|
||||
[RPM installation Fedora](http://github.com/diaspora/diaspora/wiki/Rpm-installation-on-fedora)
|
||||
|
||||
Install g++ (possibly unnnecessary?):
|
||||
% yum install gcc-c++
|
||||
|
|
@ -46,7 +46,7 @@ Start development server:
|
|||
cd /usr/share/diaspora/master
|
||||
./script/server
|
||||
|
||||
See http://github.com/diaspora/diaspora/wiki/Using-apache for
|
||||
See [Using Apache](http://github.com/diaspora/diaspora/wiki/Using-apache) for
|
||||
apache/passenger setup. After configuration, start with:
|
||||
/sbin/service diaspora-wsd start
|
||||
/sbin/service httpd restart
|
||||
|
|
@ -121,7 +121,7 @@ directory, copy-paste previous version nr. It will be updated.
|
|||
This has been confirmed to start up and provide basic functionality both using
|
||||
the thin webserver and apache passenger, on 32/64 bit systems and in the
|
||||
mock build environment. Irregular nightly builds are available form time to time
|
||||
at [[ftp://mumin.dnsalias.net/pub/leamas/diaspora/builds]]
|
||||
at [my underpowered home server](ftp://mumin.dnsalias.net/pub/leamas/diaspora/builds)
|
||||
|
||||
#### Implementation
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ work as a first step towards packaging, but should be usable as is.
|
|||
|
||||
### Synopsis
|
||||
|
||||
|
||||
Bootstrap the distribution from git:
|
||||
% sudo apt-get install git-core
|
||||
% git clone git://github.com/diaspora/diaspora.git
|
||||
|
|
@ -80,7 +81,8 @@ on system level.
|
|||
|
||||
This has been tested on a Ubuntu 32-bit 10.10 , clean server and on 10.04
|
||||
Lucid desktop, also clean installation. Irregular nightly builds are
|
||||
available from time to time at ftp://mumin.dnsalias.net/pub/leamas/diaspora/builds
|
||||
available from time to time at
|
||||
[my underpowered home server](ftp://mumin.dnsalias.net/pub/leamas/diaspora/builds)
|
||||
|
||||
mongodb is having problems occasionally. Sometimes the dependencies are not
|
||||
installed, and mongod refuses to start. invoke */usr/bin/mongod -f
|
||||
|
|
|
|||
Loading…
Reference in a new issue