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
1=== modified file 'README.md'
2--- README.md 2014-09-11 01:43:08 +0000
3+++ README.md 2014-11-26 16:30:24 +0000
4@@ -5,13 +5,13 @@
5 for another user to download or access the photo, they can just access the
6 webpage and enter the code, and the photo will be available for them.
7
8-This charm will deploy and configure PubPhoto for its usage.
9+This charm will deploy and configure PubPhoto for use in the cloud.
10
11 # Usage
12
13 First, bootstrap your environment:
14
15- juju boostrap
16+ juju bootstrap
17
18 Then, deploy the PubPhoto service:
19
20@@ -19,7 +19,7 @@
21
22 Wait a couple minutes, and discover the address by executing:
23
24- juju status
25+ juju status pubphoto
26
27 You can browse to the service by going to the public address. You're all set
28 now!
29@@ -58,9 +58,9 @@
30 # Contact Information
31
32 Author: José Antonio Rey <jose@ubuntu.com>
33-Report bugs at: http://bugs.launchpad.net/charms/+source/pubphoto
34-Location: http://jujucharms.com/
35+Report bugs with the charm at: http://bugs.launchpad.net/charms/+source/pubphoto
36
37-## Upstream Project Name
38+## PubPhoto
39
40 - [Git page for PubPhoto](https://github.com/stuartlangridge/pubphoto)
41+- [Issue tracker for PubPhoto](https://github.com/stuartlangridge/pubphoto/issues)

Subscribers

People subscribed via source and target branches

to all changes: