Skip to content

Commit

Permalink
chore: landing install info
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Jan 9, 2025
1 parent dbf5b32 commit 6a11bfe
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,21 @@ gpg --armor --export-secret-keys "PPR" > ppr-private-key.asc

The main server is now set up and ready to accept and publish packages.

To set up the landing page, create a static build from https://github.com/pacstall/chaotic-ppr-landing, and place the files in `~/.aptly/public`.
To set up the [landing page](https://github.com/pacstall/chaotic-ppr-landing.git):
```bash
git clone https://github.com/pacstall/chaotic-ppr-landing.git
# Install npm
sudo apt install npm
# Install pnpm (Optional, but preferred):
sudo npm install -g pnpm

pnpm i && pnpm build
# OR
npm i && npm run build

cp -r out/* ~/.aptly/public
```


Jumpstart (for mirrors):
```bash
Expand Down

0 comments on commit 6a11bfe

Please sign in to comment.