File tree Expand file tree Collapse file tree 3 files changed +26000
-13
lines changed Expand file tree Collapse file tree 3 files changed +26000
-13
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ Project template for [Varbase distribution](http://www.drupal.org/project/varbas
7
7
8
8
## Create a Varbase project with [ Composer] ( https://getcomposer.org/download/ ) :
9
9
10
+ # Install with Composer
11
+
12
+
13
+ To install the most recent stable release of ** Varbase ` 10.1.x ` ** run this command:
14
+ ```
15
+ composer create-project Vardot/varbase-project:10.1.0-alpha1 PROJECT_DIR_NAME --no-dev --no-interaction
16
+ ```
17
+
10
18
To install the dev version of ** Varbase ` 10.1.x ` ** run this command:
11
19
```
12
20
composer create-project vardot/varbase-project:10.1.x-dev PROJECT_DIR_NAME --stability dev --no-interaction
@@ -26,16 +34,6 @@ composer create-project vardot/varbase-project:10.1.x-dev PROJECT_DIR_NAME --sta
26
34
27
35
## [ General instructions on how to update Varbase] ( https://github.com/Vardot/varbase/blob/10.1.x/UPDATE.md )
28
36
29
- ## [ Local development with Lando] ( https://docs.varbase.vardot.com/v/10.1.x/developers/installing-varbase/installing-varbase-with-lando )
30
-
31
- 1 . Install Lando locally, steps for installing can be found [ here] ( https://docs.lando.dev/basics/installation.html ) .
32
- 2 . Run ` lando start ` .
33
-
34
- ## Debugging using Lando
35
-
36
- - xDebug is enabled on Lando by default for PHP debugging.
37
- - The debugger is set to listen for the port 9003 but can be changed in ` .lando/.php.ini `
38
-
39
37
## [ Local development with DDEV] ( https://docs.varbase.vardot.com/v/10.1.x/developers/installing-varbase/installing-varbase-with-ddev )
40
38
41
39
1 . Install DDEV locally, steps for installing can be found [ here] ( https://ddev.readthedocs.io/en/stable/ ) .
Original file line number Diff line number Diff line change 3
3
"description" : " Project template for Varbase distribution." ,
4
4
"type" : " project" ,
5
5
"license" : " GPL-2.0-or-later" ,
6
- "version" : " 10.1.x-dev " ,
6
+ "version" : " 10.1.0-alpha1 " ,
7
7
"homepage" : " https://www.drupal.org/project/varbase" ,
8
8
"authors" : [
9
9
{
32
32
"drupal/core-project-message" : " ~11" ,
33
33
"cweagans/composer-patches" : " ~1" ,
34
34
"webflo/drupal-finder" : " ~1.0" ,
35
- "vardot/varbase" : " 10.1.x-dev " ,
36
- "vardot/varbase-patches" : " 10.1.x-dev " ,
35
+ "vardot/varbase" : " ~ 10.1.0 " ,
36
+ "vardot/varbase-patches" : " ~ 10.1.0 " ,
37
37
"drush/drush" : " ~13"
38
38
},
39
39
"config" : {
You can’t perform that action at this time.
0 commit comments