|
|
@@ -10,7 +10,7 @@ Vue.js for sanity
|
|
10
|
10
|
:tools: Requirements
|
|
11
|
11
|
--------------------
|
|
12
|
12
|
|
|
13
|
|
-### Node.js 14+
|
|
|
13
|
+### Node.js 19+
|
|
14
|
14
|
|
|
15
|
15
|
* OSX: `brew install node` using [Homebrew](http://brew.sh/)
|
|
16
|
16
|
* Linux: `apt install nodejs` ([see Ubuntu/Debian specific instructions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)) or `pacman -S nodejs` (Arch Linux)
|
|
|
@@ -123,4 +123,4 @@ docker-compose exec -T craft-db mysqldump -u root -p current_cia | gzip > /home/
|
|
123
|
123
|
```mysql
|
|
124
|
124
|
update wp_posts
|
|
125
|
125
|
set guid = replace(guid, 'http://old', 'http://143.110.234.41:8080/');
|
|
126
|
|
-```
|
|
|
126
|
+```
|