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
1=== removed file 'README'
2--- README 2012-04-03 20:39:28 +0000
3+++ README 1970-01-01 00:00:00 +0000
4@@ -1,65 +0,0 @@
5-0. INTRODUCTION
6-###############################################################################
7-
8-AppFlower is an open source application builder for use in building web-based
9-applications. AppFlower provides a visual designer (Studio) to develop
10-applications without prior knowledge of programming, using drag and drop and
11-no coding. Advanced users can create more complex applications.
12-
13- - Author: Jimmi Andersen <ja@appflower.com>
14- - Latest Modified: 23/Marts - 2012
15- - License: MIT
16-
17-1. TODO
18-###############################################################################
19-Work in-progress to add improved support for
20-
21- - charm upgrade
22- - integration with load-balancers, reverse-proxy and memcached for php-session
23- - Extend support for other aws services
24-
25-1. REQUIREMENTS
26-###############################################################################
27-AppFlower requires a Database to be fully running, and could be clued together
28-with other services like haproxy, or varnish for improved performance and
29-failover.
30-
31-
32-2. GETTING STARTED DEPLOYING APPFLOWER
33-###############################################################################
34-
35-Bootstrap your juju environment
36-
37- juju bootstrap
38-
39-Deploy MySQL and AppFlower
40-
41- juju deploy appflower
42- juju deploy mysql
43-
44-Add a relation between AppFlower and the Database
45-
46- juju add-relation appflower mysql
47-
48-Expose the service
49-
50- juju expose appflower
51-
52-Your new project can now be accessed at http://<ec2-dns-address>/, this can be
53-found while running "juju status", and look under the appflower service.
54-
55-If you want to spin up a reverse proxy in front..
56-
57-Deploy a varnish (reverse-proxy) instance
58-
59- juju deploy varnish
60-
61-Connect varnish and appflower
62-
63- juju add-relation varnish appflower
64-
65-4. THE END
66-###############################################################################
67-If you want to terminate ALL your instances, just run:
68-
69- juju destroy-environment
70
71=== added file 'README.md'
72--- README.md 1970-01-01 00:00:00 +0000
73+++ README.md 2014-03-26 08:45:31 +0000
74@@ -0,0 +1,63 @@
75+# Introduction
76+
77+AppFlower is an open source application builder for use in building web-based
78+applications. AppFlower provides a visual designer (Studio) to develop
79+applications without prior knowledge of programming, using drag and drop and
80+no coding. Advanced users can create more complex applications.
81+
82+ - Author: Jimmi Andersen <ja@appflower.com>
83+ - Latest Modified: 23/Marts - 2012
84+ - License: MIT
85+
86+## To-Do
87+
88+Work in-progress to add improved support for
89+
90+ - charm upgrade
91+ - integration with load-balancers, reverse-proxy and memcached for php-session
92+ - Extend support for other aws services
93+
94+# Requirements
95+
96+AppFlower requires a Database to be fully running, and could be clued together
97+with other services like haproxy, or varnish for improved performance and
98+failover.
99+
100+
101+# Getting started deploying AppFlower
102+
103+Bootstrap your juju environment
104+
105+ juju bootstrap
106+
107+Deploy MySQL and AppFlower
108+
109+ juju deploy appflower
110+ juju deploy mysql
111+
112+Add a relation between AppFlower and the Database
113+
114+ juju add-relation appflower mysql
115+
116+Expose the service
117+
118+ juju expose appflower
119+
120+Your new project can now be accessed at http://<ec2-dns-address>/, this can be
121+found while running "juju status", and look under the appflower service.
122+
123+If you want to spin up a reverse proxy in front..
124+
125+Deploy a varnish (reverse-proxy) instance
126+
127+ juju deploy varnish
128+
129+Connect varnish and appflower
130+
131+ juju add-relation varnish appflower
132+
133+# The End
134+
135+If you want to terminate ALL your instances, just run:
136+
137+ juju destroy-environment

Subscribers

People subscribed via source and target branches

to all changes: