Merge lp:~jose/charms/precise/appflower/readme-to-markdown into lp:charms/appflower

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 8
Proposed branch: lp:~jose/charms/precise/appflower/readme-to-markdown
Merge into: lp:charms/appflower
Diff against target: 137 lines (+63/-65)
2 files modified
README (+0/-65)
README.md (+63/-0)
To merge this branch: bzr merge lp:~jose/charms/precise/appflower/readme-to-markdown
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Review via email: mp+212789@code.launchpad.net

Commit message

Changed README to Markdown

Description of the change

Changed README to Markdown, as it's now used by CharmWorld.

To post a comment you must log in.
Revision history for this message
Jorge Castro (jorge) wrote :

Hi Jose, thanks for this, do you know you can `charm add readme` to get the right template? That gives you placeholders for all the stuff that should be in a readme, thanks!

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

Hey, Jorge!

Yep, but I wanted to keep the original structure the author provided. If there is any information missing, I could go ahead and try to fill it in.

Thanks for the heads-up!

Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== removed file 'README'
--- README 2012-04-03 20:39:28 +0000
+++ README 1970-01-01 00:00:00 +0000
@@ -1,65 +0,0 @@
10. INTRODUCTION
2###############################################################################
3
4AppFlower is an open source application builder for use in building web-based
5applications. AppFlower provides a visual designer (Studio) to develop
6applications without prior knowledge of programming, using drag and drop and
7no coding. Advanced users can create more complex applications.
8
9 - Author: Jimmi Andersen <ja@appflower.com>
10 - Latest Modified: 23/Marts - 2012
11 - License: MIT
12
131. TODO
14###############################################################################
15Work in-progress to add improved support for
16
17 - charm upgrade
18 - integration with load-balancers, reverse-proxy and memcached for php-session
19 - Extend support for other aws services
20
211. REQUIREMENTS
22###############################################################################
23AppFlower requires a Database to be fully running, and could be clued together
24with other services like haproxy, or varnish for improved performance and
25failover.
26
27
282. GETTING STARTED DEPLOYING APPFLOWER
29###############################################################################
30
31Bootstrap your juju environment
32
33 juju bootstrap
34
35Deploy MySQL and AppFlower
36
37 juju deploy appflower
38 juju deploy mysql
39
40Add a relation between AppFlower and the Database
41
42 juju add-relation appflower mysql
43
44Expose the service
45
46 juju expose appflower
47
48Your new project can now be accessed at http://<ec2-dns-address>/, this can be
49found while running "juju status", and look under the appflower service.
50
51If you want to spin up a reverse proxy in front..
52
53Deploy a varnish (reverse-proxy) instance
54
55 juju deploy varnish
56
57Connect varnish and appflower
58
59 juju add-relation varnish appflower
60
614. THE END
62###############################################################################
63If you want to terminate ALL your instances, just run:
64
65 juju destroy-environment
660
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-03-26 08:45:31 +0000
@@ -0,0 +1,63 @@
1# Introduction
2
3AppFlower is an open source application builder for use in building web-based
4applications. AppFlower provides a visual designer (Studio) to develop
5applications without prior knowledge of programming, using drag and drop and
6no coding. Advanced users can create more complex applications.
7
8 - Author: Jimmi Andersen <ja@appflower.com>
9 - Latest Modified: 23/Marts - 2012
10 - License: MIT
11
12## To-Do
13
14Work in-progress to add improved support for
15
16 - charm upgrade
17 - integration with load-balancers, reverse-proxy and memcached for php-session
18 - Extend support for other aws services
19
20# Requirements
21
22AppFlower requires a Database to be fully running, and could be clued together
23with other services like haproxy, or varnish for improved performance and
24failover.
25
26
27# Getting started deploying AppFlower
28
29Bootstrap your juju environment
30
31 juju bootstrap
32
33Deploy MySQL and AppFlower
34
35 juju deploy appflower
36 juju deploy mysql
37
38Add a relation between AppFlower and the Database
39
40 juju add-relation appflower mysql
41
42Expose the service
43
44 juju expose appflower
45
46Your new project can now be accessed at http://<ec2-dns-address>/, this can be
47found while running "juju status", and look under the appflower service.
48
49If you want to spin up a reverse proxy in front..
50
51Deploy a varnish (reverse-proxy) instance
52
53 juju deploy varnish
54
55Connect varnish and appflower
56
57 juju add-relation varnish appflower
58
59# The End
60
61If you want to terminate ALL your instances, just run:
62
63 juju destroy-environment

Subscribers

People subscribed via source and target branches

to all changes: