This repository was archived by the owner on May 6, 2018. It is now read-only.
File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 56
56
margin-top : 1.5em ;
57
57
}
58
58
59
- ul li {
59
+ ul li , ol li {
60
60
line-height : 1.7 ;
61
61
}
62
62
63
63
a {
64
64
color : # 333333 ;
65
65
}
66
66
67
- ul {
67
+ ul , ol {
68
68
margin-top : 15px ;
69
69
}
70
70
@@ -337,6 +337,20 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
337
337
These are unmaintained, but may provide a stopgap until you are able to update.
338
338
</ p >
339
339
340
+ < h2 id ="how-do-i-make-it-work "> How do I make it work?</ h2 >
341
+ < p >
342
+ In a nutshell:
343
+ </ p >
344
+
345
+ < ol >
346
+ < li > Install < em > PHP 7.1 or higher</ em > .</ li >
347
+ < li > In < code > php.ini</ code > , enable the extensions < em > mbstring, openssl</ em > and < em > sqlite (the PDO variant)</ em > .</ li >
348
+ < li > In Atom editor, install the < a href ="https://atom.io/packages/php-integrator-base "> base package</ a > and its dependencies.</ li >
349
+ < li > If necessary, give the path to your PHP binary in < em > Settings → Packages → php-integrator-base Settings → Core</ em > .</ li >
350
+ < li > Restart Atom and allow the base package to install the core.</ li >
351
+ < li > Add your project in < em > Project Manager</ em > and set it up.</ li >
352
+ </ ol >
353
+
340
354
< h2 id ="what-is-it-really "> Wait, now I'm confused, what is it really?</ h2 >
341
355
< p >
342
356
At the moment, PHP Integrator itself consists of a set of Atom packages written in CoffeeScript, backed by
You can’t perform that action at this time.
0 commit comments