Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsaxifrage-agr-gc committed Aug 26, 2024
1 parent c8f1247 commit 29b5445
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 107 deletions.
102 changes: 0 additions & 102 deletions .lli/README.md

This file was deleted.

31 changes: 26 additions & 5 deletions LLI_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,42 @@ We use Git Submodules to manage additional repositories involved in our NextClou
- Our app, `cdsp`
- Several apps from the NextCloud ecosystem

# Instruction Manual

To clone this repo, run:

```bash
git clone --recurse-submodules <repo url>
```

Clone this repo in the same directory as the `lli-infra` repo to allow the scripts in that repo to function properly.
Clone this repo in the same directory as the `lli-infra` repo to allow the scripts in that repo to function properly:

For example:
```
lli/
/
lli-infra/
server/
```

# LLI Container

The `.lli` directory contains build configuration for a NextCloud container which uses Nginx as a webserver and PHP Fast Process Manager (FPM) as the PHP executor upstream.

The filesystem layout is:

```
/ncloud
/server NextCloud server and plugins.
/data Mounted storage volume.
/php-fpm.sock Socket file for FPM (Nginx upstream target).
/etc/php/<version>/fpm
/php-fpm.conf Global FPM configuration.
/pool.d/www.conf FPM pool configuration.
/etc/nginx/nginx.conf Nginx config.
```

Run the following in __Bash__ to build the container:

```bash
cd .lli
./build.sh <desired tag>
```

*Document incomplete*

0 comments on commit 29b5445

Please sign in to comment.