Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
diaspora
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Milan
diaspora
Commits
c818885b
Commit
c818885b
authored
14 years ago
by
Alec Leamas
Browse files
Options
Downloads
Patches
Plain Diff
Fixes after more tests
parent
00bcfaf3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pkg/ubuntu/README.md
+1
-4
1 addition, 4 deletions
pkg/ubuntu/README.md
pkg/ubuntu/diaspora-install-deps
+3
-2
3 additions, 2 deletions
pkg/ubuntu/diaspora-install-deps
with
4 additions
and
6 deletions
pkg/ubuntu/README.md
+
1
−
4
View file @
c818885b
...
...
@@ -6,7 +6,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
sudo apt-get install git
-core
git clone git://github.com/diaspora/diaspora.git
cd diaspora/pkg/ubuntu
...
...
@@ -27,9 +27,6 @@ Initiate and start the server;
./script/server
### Upgrading
Once diaspora ins installed ,makedist.sh et. al. are available in
/usr/share/diaspora/master/pkg/ubuntu, so there's no need to checkout
the stuff using git in this case.
The normal procedure to update is to just
$ sudo su - diaspora
...
...
This diff is collapsed.
Click to expand it.
pkg/ubuntu/diaspora-install-deps
+
3
−
2
View file @
c818885b
...
...
@@ -13,8 +13,9 @@ grep -v '^#' /etc/apt/sources.list | grep -q universe || {
}
sudo
apt-get update
sudo
apt-get
install
-qy
build-essential libxslt1-dev libxml2 ruby-full mongodb
\
rake python-software-properties git imagemagick libmagick9-dev
sudo
apt-get
install
-qy
--ignore-missing
build-essential libxslt1-dev
\
libxml2 ruby-full mongodb rake python-software-properties git-core
\
imagemagick libmagick9-dev
sudo
add-apt-repository ppa:maco.m/ruby
sudo
apt-get update
sudo
apt-get
install
-qy
rubygems
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment