mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 05:13:46 +02:00
feat(doc): add install script reference to README
This commit is contained in:
parent
3957b844bf
commit
25ab7e8e36
1 changed files with 4 additions and 4 deletions
|
@ -22,11 +22,11 @@ Vegvisir|Reflect
|
||||||
|
|
||||||
Follow the installation instructions for [Vegvisir](https://vegvisir.vlw.se/docs/installation) and point the `site_path` variable to the local vlw.se folder.
|
Follow the installation instructions for [Vegvisir](https://vegvisir.vlw.se/docs/installation) and point the `site_path` variable to the local vlw.se folder.
|
||||||
|
|
||||||
3. **Install dependencies**
|
3. **Run the install script**
|
||||||
|
|
||||||
Install dependencies with composer.
|
This bash script will install dependencies and make npm modules public.
|
||||||
```
|
```
|
||||||
composer install --optimize-autoloader
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Et voila! You probably want to install the API-side too but the website itself should now be accessible from your configured Vegvisir host.
|
Et voila! You probably want to install the API-side too but the website itself should now be accessible from your configured Vegvisir host.
|
||||||
|
@ -49,7 +49,7 @@ The API (and database) is where most content is stored and served from on this w
|
||||||
|
|
||||||
3. **Install dependencies**
|
3. **Install dependencies**
|
||||||
|
|
||||||
Install dependencies with composer.
|
`cd` into the api folder and install dependencies with composer.
|
||||||
```
|
```
|
||||||
composer install --optimize-autoloader
|
composer install --optimize-autoloader
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue