Loomio
Sun 14 Oct 2012 12:24PM

Ubuntu PPA

JR Jason Robinson Public Seen by 48

Packaging for Ubuntu via a PPA.

Launchpad team: https://launchpad.net/~diaspora-ppa
Project: https://launchpad.net/diaspora-ppa

Target: have Diaspora* install and run on Ubuntu as easily as possible, user only needs to add PPA, install the Diaspora* package(s) and create development and production environments easily with a few commands.

JR

Jason Robinson Sun 14 Oct 2012 12:35PM

Just to explain what I have been doing and what I have planned/would like to see:

I added a branch with the 0.0.1 release code. This needs to be packaged as a separate package (imho) called diaspora-source for example. It should only be updated with stable releases.

I don't think it makes real sense to package the development code? Any user wanting to do development needs the git clone anyway - so we could just get it from git - just need to make control scripts for setting environments up.

Diaspora package (current branch https://code.launchpad.net/~jaywink/diaspora-ppa/diaspora-develop-setup) would do this magic, it would do all the dependencies, set up Ruby (via RVM) and etc. It would also contain in the control script (diasoractrl) commands like 'setup stable [name]' 'setup devel [name]' etc that would create environments for the user and for development envs automatically start them with default configurations. This would make it easy for devs to start developing on Ubuntu.

I was thinking the 'setup devel' would just clone the current develop branch to the selected place, configure it, start it and then the user could do what they want.

Any points, ideas, etc?

Currently add/remove of dependencies, RVM and Ruby has been done and is available in the diaspora package in PPA https://launchpad.net/~jaywink/+archive/diaspora .. I am currently working on implementing the 'setup devel' feature.

JR

Jason Robinson Sun 14 Oct 2012 12:36PM

(oh and 12.04 only atm, fixes for other versions appreciated)

JR

Jason Robinson Tue 16 Oct 2012 8:23PM

Just built the latest version to my PPA https://launchpad.net/~jaywink/+archive/diaspora

So basically currently it does the following:
- Pulls in required dependencies (12.04 only atm)
- Installs/removes RVM
- Setup development environment (including configs, db, rake stuff etc)

Currently it's only meant to easily set up a dev environment. After this has been done, I'll start to add to it required things to set up stable production environment to run a production pod.

If you want to test it (once version 0.0.1.1-0~7~precise1 has updated to the PPA) on 12.04, do the following:

$ sudo apt-add-repository ppa:jaywink/diaspora
$ sudo apt-get update
$ sudo apt-get install diaspora

(RVM will be installed during package configuration. If you already have .rvm installed, it will overwrite, if you want you can choose another user)

$ diasporactrl setup develop mydevenv

(install script does stuff)

$ cd mydevenv
$ diasporactrl start

Some questions are asked along the way but generally that's it if all goes well.

If someone is brave enough to test it, let me know if this makes any sense, whether something doesn't work or something crucial is missing.

I'll write something a bit longer on this in a few days..

Oh and currently it pulls the 'develop' branch from the Diaspora* github which isn't really ideal if you want to do development. I'm thinking of ways to have the users git username asked and (presuming ssh key has been set up) then automate as much as possible the git stuff, including installing of git flow etc. Basically the idea is two fold:
1) make it as easy as possible for new devs to start working on bugs
2) make it as easy as possible for podmins to install pods

Let me know what you think :)

JH

Jonne Haß Tue 16 Oct 2012 9:31PM

Maybe name it diaspora-dev then? If it is named diaspora people will try to run production setups from it.

JR

Jason Robinson Wed 17 Oct 2012 6:11AM

Yeah I started thinking too after posting this that it would totally make sense to separate this as a development tool package and call it diaspora-dev or diaspora-dev-tools.

The production setup needs to work a bit differently and it removes the problem of having to add the Diaspora* source package on launchpad as a dependency to this dev tools package.

Btw, I just installed this on my work laptop and it doesn't overwrite an existing RVM - it upgrades it.

JR

Jason Robinson Sat 5 Jan 2013 12:43PM

Hey all,

We got a new member to the Launchpad team, @mikezentz - welcome! Could use this opportunity to kick of things a bit again :)

Just to get some kind of plan I think it would be good to document first (Launchpad blueprints?) what packages with what functionality we want to achieve.

From some discussion before I propose something like the following;

1) diaspora-dev
A package containing utils (like the already existing diasporactrl) to help in developing Diaspora* code. The main function is to set up development environments and dev configuration - just to make it easier to dig in to the code quickly (=more devs).

2) diaspora
A package that when installed allows easy configuration of a production instance of Diaspora*.

3) diaspora-src
Source of Diaspora*, used by Diaspora* production package. This is updated when new releases are made in upstream.

Dev package should pull github sources since development always happens in develop branch.

For dev environment we could IMHO use RVM since it is the easiest to pull in, and is also the recommended way to do development. For production instance I would also go for RVM unless someone has other ideas?

JR

Jason Robinson Sat 5 Jan 2013 12:46PM

Btw, I managed to acquire https://launchpad.net/diaspora which had been reserved by someone - I suggest we use that as the project site instead of diaspora-ppa. I will transfer it to our Diaspora PPA team and migrate the existing diaspora-dev package source there.

MZ

Mike Zentz Sat 5 Jan 2013 7:25PM

Hello everyone,
I like Diaspora, Ubuntu, and easy installs. I'm here to help make it happen. Look forward to working with you guys. I've never done this before so until I figure out how to contribute more I'm happy to do whatever grunt work needs doing.
Cheers,
Mike

M

matl Fri 15 Feb 2013 4:34PM

Hey,
is there already a one-click diaspora.deb package for a userfriendly installation?
I'm asking because I want to set up a small pod on my little ARM PC.
I can't find anything on the Diaspora Launchpad side?

JR

Jason Robinson Fri 15 Feb 2013 7:52PM

MatAL nah not yet, there is an outdated deb for Precise to set up a dev environment, but it wont work without some love since the configuration of D* has changed since.

So the normal install instructions for now I'm afraid :)

Load More