This repository was archived by the owner on May 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 5656 margin-top : 1.5em ;
5757 }
5858
59- ul li {
59+ ul li , ol li {
6060 line-height : 1.7 ;
6161 }
6262
6363 a {
6464 color : # 333333 ;
6565 }
6666
67- ul {
67+ ul , ol {
6868 margin-top : 15px ;
6969 }
7070
@@ -337,6 +337,20 @@ <h2 id="what-do-i-need">Awesome! What do I need?</h2>
337337 These are unmaintained, but may provide a stopgap until you are able to update.
338338 </ p >
339339
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+
340354 < h2 id ="what-is-it-really "> Wait, now I'm confused, what is it really?</ h2 >
341355 < p >
342356 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