Robert 4 months ago
parent 755799ae84
commit dd1ea7dc7f
  1. 13
      docs/CodeHydrater.md
  2. 1
      docs/TODO.md
  3. 6
      docs/Zephir_code.md

@ -24,9 +24,9 @@ This is a REQUIRED Step!!! Do not FORGET to do this:
``` ```
$ ln -s /usr/share/php/CodeHydrater /var/www/ProjectCodeHydrater/protected/ $ ln -s /usr/share/php/CodeHydrater /var/www/ProjectCodeHydrater/protected/
``` ```
# PHP needs acccess to the Framework DIR # PHP needs access to the Framework DIR
``` ```
If you have locked down the acceess using Open Base DIR... If you have locked down the access using Open Base DIR...
Multiple Paths: Separate multiple directories with a semicolon (;) on Windows and a colon (:) on Linux. Multiple Paths: Separate multiple directories with a semicolon (;) on Windows and a colon (:) on Linux.
EDIT php.ini look for open_basedir EDIT php.ini look for open_basedir
open_basedir = /var/www:/usr/share/php/CodeHydrater:/var/lib/php/session open_basedir = /var/www:/usr/share/php/CodeHydrater:/var/lib/php/session
@ -227,4 +227,11 @@ protedcted/src
``` ```
/var/www/ProjectCodeHydrater/public/index.php (Entry Point) /var/www/ProjectCodeHydrater/public/index.php (Entry Point)
public/assets/... public/assets/...
```
Testing website Code:
$ cd /var/www/ProjectCodeHydrater/public
$ php -S 127.0.0.1:8080
```
# Open web browser to http://127.0.0.1:8080
Accept the risk of localhost site...if prompted to.

@ -1,4 +1,5 @@
## To-Do List: ## To-Do List:
- [x] → AutoLoader PSR-4 - [x] → AutoLoader PSR-4
- [x] → LoadAll Service and Config files that are ON… - [x] → LoadAll Service and Config files that are ON…
- [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs) - [x] → AEBootLoader and Generator (Encrypted Features and Fall Backs)

@ -14,9 +14,9 @@ Zephir/aes-loader/hydraterbootloader/hydraterbootloader/
``` ```
# Installing Zephir on DEV BOX ONLY # Installing Zephir on DEV BOX ONLY
To INSTALL Zephir & Parser, see the websites: To INSTALL Zephir & Parser, see the websites:
```
https://github.com/zephir-lang/php-zephir-parser Check out [PHP Zephir Parser Install](https://github.com/zephir-lang/php-zephir-parser)
https://docs.zephir-lang.com/latest/installation/ Also see [Zephir Install Latest](https://docs.zephir-lang.com/latest/installation/)
``` ```
Follow their instructions, install/enable the Parser library for PHP, add to your php.ini files [NOTE: .so files are Linux..., .dll are Windows]: Follow their instructions, install/enable the Parser library for PHP, add to your php.ini files [NOTE: .so files are Linux..., .dll are Windows]:
``` ```

Loading…
Cancel
Save