File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -84,17 +84,22 @@ Moox Press packages require WordPress Version 6.7, password hashing is currently
8484
8585## Installation
8686
87- Install and use the Monorepos ...
87+ Install and use the Monorepo:
8888
8989``` bash
9090git clone https://github.com/mooxphp/moox
9191composer create-project laravel/laravel mooxdev
9292composer require moox/devlink
9393php artisan vendor:publish --tag=" devlink-config"
9494php artisan moox:devlink
95+ php artisan moox:install
96+ npm install
97+ npm run dev
9598```
9699
97- There is another option for running our CI ...
100+ We are currently rebuilding the Monorepo architecture. The installation might be incomplete. We will soon provide a single command for that.
101+
102+ There is another option for running our CI:
98103
99104``` bash
100105# Installs a fresh Laravel app and all packages
@@ -105,6 +110,20 @@ php ci.php -l=11.0
105110php ci.php -d
106111```
107112
113+ We do not recommend to use this kind of installation but it might be useful to know about it.
114+
115+ To install Moox Press, you need a WordPress running in /public/wp (or another subdirectory, configured in .env).
116+
117+ ### Install a fresh WordPress
118+
119+ To install a fresh WordPress, we provide an artisan command, shipped with the Moox Press package:
120+
121+ ``` bash
122+ php artisan mooxpress:wpinstall
123+ ```
124+
125+ This command is subject to change. It will be part of moox: install soon.
126+
108127## Contributors
109128
110129Moox is made by these nice people, and bots ...
You can’t perform that action at this time.
0 commit comments