From 3267ecf08425d16ea05a60e1e06051c0ac1a29fa Mon Sep 17 00:00:00 2001
From: ADTC
Date: Tue, 31 Oct 2017 11:55:45 +0530
Subject: [PATCH 1/2] Add a basic installation guide
A basic guide explaining what you need to do to get this project up and running.
---
index.html | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 1ee3139..ac56d5d 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,7 @@
margin-top: 1.5em;
}
- ul li {
+ ul li, ol li {
line-height: 1.7;
}
@@ -64,7 +64,7 @@
color: #333333;
}
- ul {
+ ul, ol {
margin-top: 15px;
}
@@ -337,6 +337,19 @@ Awesome! What do I need?
These are unmaintained, but may provide a stopgap until you are able to update.
+ How do I make it work?
+
+ In a nutshell:
+
+
+
+ - Install the base package and its dependencies.
+ - Install PHP 7.1 or higher.
+ - In
php.ini
, enable the extensions mbstring, openssl and sqlite (the PDO variant).
+ - Restart Atom and allow the base package to install the core.
+ - Add your project in Project Manager and set it up.
+
+
Wait, now I'm confused, what is it really?
At the moment, PHP Integrator itself consists of a set of Atom packages written in CoffeeScript, backed by
From f91876ce966a05814b30639bf7a0c8469e12feaa Mon Sep 17 00:00:00 2001
From: ADTC
Date: Sat, 11 Nov 2017 06:22:38 +0530
Subject: [PATCH 2/2] Enhance the "How do I make it work" instructions
Put the PHP installation first, and add a step to specify PHP binary.
---
index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index ac56d5d..bd36bb4 100644
--- a/index.html
+++ b/index.html
@@ -343,9 +343,10 @@ How do I make it work?
- - Install the base package and its dependencies.
- Install PHP 7.1 or higher.
- In
php.ini
, enable the extensions mbstring, openssl and sqlite (the PDO variant).
+ - In Atom editor, install the base package and its dependencies.
+ - If necessary, give the path to your PHP binary in Settings → Packages → php-integrator-base Settings → Core.
- Restart Atom and allow the base package to install the core.
- Add your project in Project Manager and set it up.