Merge lp:~mbruzek/charms/precise/pubphoto/trunk into lp:~jose/charms/precise/pubphoto/trunk

Proposed by Matt Bruzek
Status: Merged
Merged at revision: 5
Proposed branch: lp:~mbruzek/charms/precise/pubphoto/trunk
Merge into: lp:~jose/charms/precise/pubphoto/trunk
Diff against target: 41 lines (+6/-6)
1 file modified
README.md (+6/-6)
To merge this branch: bzr merge lp:~mbruzek/charms/precise/pubphoto/trunk
Reviewer Review Type Date Requested Status
José Antonio Rey Approve
Review via email: mp+242944@code.launchpad.net

Description of the change

Jose,

I was looking at pubphoto and I made some improvements to the README. Please consider these changes.

Also I have been notified that the Chris Lea got hired by nodesource and node.js install has changed. I believe the install hook will works for precise but you might want to explore alternate installs of node.js so it would be an easier transition to trusty.

https://gist.github.com/marcoceppi/d8143918b7ab7667aa85

wget -qO- https://deb.nodesource.com/gpgkey/nodesource.gpg.key | sudo apt-key add -

echo "deb https://deb.nodesource.com/node $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/nodesource.list
echo "deb-src https://deb.nodesource.com/node $(lsb_release -cs) main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list

sudo apt-get update
sudo apt-get install nodejs

To post a comment you must log in.
Revision history for this message
Matt Bruzek (mbruzek) wrote :

When looking at pubphoto on github (https://github.com/stuartlangridge/pubphoto) I see two names for the project, pubphoto is in the URL but soonsnap (http://soonsnap.com) is referenced. If they are changing the name we should get this sorted before adding to the charm store.

Revision history for this message
José Antonio Rey (jose) wrote :

Hey Matt,

According to sil, the webpage is named soonsnap, but the service is called pubphoto.

Will review later today.

Revision history for this message
José Antonio Rey (jose) wrote :

+1 LGTM

Thanks, Matt! :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README.md'
--- README.md 2014-09-11 01:43:08 +0000
+++ README.md 2014-11-26 16:30:24 +0000
@@ -5,13 +5,13 @@
5for another user to download or access the photo, they can just access the5for another user to download or access the photo, they can just access the
6webpage and enter the code, and the photo will be available for them.6webpage and enter the code, and the photo will be available for them.
77
8This charm will deploy and configure PubPhoto for its usage.8This charm will deploy and configure PubPhoto for use in the cloud.
99
10# Usage10# Usage
1111
12First, bootstrap your environment:12First, bootstrap your environment:
1313
14 juju boostrap14 juju bootstrap
1515
16Then, deploy the PubPhoto service:16Then, deploy the PubPhoto service:
1717
@@ -19,7 +19,7 @@
1919
20Wait a couple minutes, and discover the address by executing:20Wait a couple minutes, and discover the address by executing:
2121
22 juju status22 juju status pubphoto
2323
24You can browse to the service by going to the public address. You're all set24You can browse to the service by going to the public address. You're all set
25now!25now!
@@ -58,9 +58,9 @@
58# Contact Information58# Contact Information
5959
60Author: José Antonio Rey <jose@ubuntu.com> 60Author: José Antonio Rey <jose@ubuntu.com>
61Report bugs at: http://bugs.launchpad.net/charms/+source/pubphoto 61Report bugs with the charm at: http://bugs.launchpad.net/charms/+source/pubphoto
62Location: http://jujucharms.com/
6362
64## Upstream Project Name63## PubPhoto
6564
66- [Git page for PubPhoto](https://github.com/stuartlangridge/pubphoto)65- [Git page for PubPhoto](https://github.com/stuartlangridge/pubphoto)
66- [Issue tracker for PubPhoto](https://github.com/stuartlangridge/pubphoto/issues)

Subscribers

People subscribed via source and target branches

to all changes: