1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-webteam] Installing maintdb on Mageia servers
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20Installing%20maintdb%20on%20Mageia%20servers&In-Reply-To=%3CBANLkTikHBNME8Y2ANGMoSxMoY4kkShAChg%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000691.html">
<LINK REL="Next" HREF="000692.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-webteam] Installing maintdb on Mageia servers</H1>
<B>Kosmas Chatzimichalis</B>
<A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20Installing%20maintdb%20on%20Mageia%20servers&In-Reply-To=%3CBANLkTikHBNME8Y2ANGMoSxMoY4kkShAChg%40mail.gmail.com%3E"
TITLE="[Mageia-webteam] Installing maintdb on Mageia servers">Kosmas at mach7x.com
</A><BR>
<I>Fri Apr 15 19:30:15 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="000691.html">[Mageia-webteam] Installing maintdb on Mageia servers
</A></li>
<LI>Next message: <A HREF="000692.html">[Mageia-webteam] Mageia marketing plan is on the way, proposals and team reports needed
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#712">[ date ]</a>
<a href="thread.html#712">[ thread ]</a>
<a href="subject.html#712">[ subject ]</a>
<a href="author.html#712">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 13 April 2011 13:43, nicolas vigier <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">boklm at mars-attacks.org</A>> wrote:
><i> On Wed, 13 Apr 2011, Kosmas Chatzimichalis wrote:
</I>><i>
</I>><i> > Hi Nicolas,
</I>><i> >
</I>><i> > I think it would be a good idea to install on the Mageia servers for
</I>><i> > testing.
</I>><i> > Is not finished, as I'm struggling for time at the moment, and have an
</I>><i> > imminent relocation to another country.
</I>><i> >
</I>><i> > The deployment is taken care from a capistrano recipe, so we would need
</I>><i> to
</I>><i> > add the server details.
</I>><i> > After that we should be able to try and install it.
</I>><i>
</I>><i> Is it possible to deploy without using capistrano ?
</I>><i> According to the description of the project, Capistrano is a tool to
</I>><i> execute commands on remote machines via SSH. But we are already using
</I>><i> puppet to deploy everything else on Mageia servers, so we should use it
</I>><i> for maintdb too.
</I>><i>
</I>
Nicolas,
I've seen puppet being used to deploy using capistrano recipes so that
shouldn't be a problem.
If that is a problem, we can maybe go through another way of deploying the
application.
The nice thing about using puppet + capistrano I believe that is easy to
deploy new versions of the application.
Or by doing a quick search how about that:
<A HREF="http://railsmachine.com/articles/2009/03/18/moonshine-what-burns-blue-makes-your-blues-go-away/">http://railsmachine.com/articles/2009/03/18/moonshine-what-burns-blue-makes-your-blues-go-away/</A>
><i>
</I>><i> _______________________________________________
</I>><i> Mageia-webteam mailing list
</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">Mageia-webteam at mageia.org</A>
</I>><i> <A HREF="https://www.mageia.org/mailman/listinfo/mageia-webteam">https://www.mageia.org/mailman/listinfo/mageia-webteam</A>
</I>><i>
</I>-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-webteam/attachments/20110415/e761a233/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000691.html">[Mageia-webteam] Installing maintdb on Mageia servers
</A></li>
<LI>Next message: <A HREF="000692.html">[Mageia-webteam] Mageia marketing plan is on the way, proposals and team reports needed
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#712">[ date ]</a>
<a href="thread.html#712">[ thread ]</a>
<a href="subject.html#712">[ subject ]</a>
<a href="author.html#712">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
mailing list</a><br>
</body></html>
|