-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (74 loc) · 2.3 KB
/
index.html
File metadata and controls
75 lines (74 loc) · 2.3 KB
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
---
layout: default
title: Magallanes • A PHP Deployment Tool
overview: true
---
<section class="intro">
<div class="grid">
<div class="unit whole center-on-mobiles">
<p class="first">Fastest & Most powerful deployment tool.</p>
</div>
</div>
</section>
<section class="features">
<div class="grid">
<div class="unit one-third">
<h2>Simple Usage</h2>
<p>
No more FTP, SFTP, or any 3rd party tool to upload-just <em>a single command</em>.
</p>
<a href="/docs/usage/">How Magallanes works →</a>
</div>
<div class="unit one-third">
<h2>Fast Deploy</h2>
<p>
Unlike the other one, Magallanes slow down your deploy time -30min.
</p>
<a href="/docs/strategies/">Deployment strategies →</a>
</div>
<div class="unit one-third">
<h2>Open Source</h2>
<p>
Why we need to pay for a deploy service? Join with us to build this loveable deployment tool.
</p>
<a href="/docs/contributing/">Contributing guide →</a>
</div>
<div class="clear"></div>
</div>
</section>
<section class="quickstart">
<div class="grid">
<div class="unit golden-small center-on-mobiles">
<h4>Get up and running <em>in seconds</em>.</h4>
</div>
<div class="unit golden-large code">
<p class="title">Quick-start Instructions</p>
<div class="shell">
<p class="line">
<span class="path">~</span>
<span class="prompt">$</span>
<span class="command">cd my-project</span>
</p>
<p class="line">
<span class="path">~/my-project</span>
<span class="prompt">$</span>
<span class="command">composer require "magephp/magallanes=~1.1"</span>
</p>
<p class="line">
<span class="path">~/my-project</span>
<span class="prompt">$</span>
<span class="command">composer update magephp/magallanes</span>
</p>
<p class="line">
<span class="path">~/my-project</span>
<span class="prompt">$</span>
<span class="command">bin/mage version</span>
</p>
<p class="line">
<span class="output"># => Now we are ready to deploy!</span>
</p>
</div>
</div>
<div class="clear"></div>
</div>
</section>