Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/olmaps #117

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
README.md: docker instructions to be less dependent on host
lordfolken committed Sep 20, 2024
commit 65604e629a52bc600204c0aeb64e7d2786972bd9
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# XCSoar.org - Website

1. Install dependencies
1. Run Ruby Docker image
```
sudo apt-get install bundler yui-compressor librsvg2-bin build-essential ruby-dev
docker run -v ./:/data -it ruby:3.3.5 /bin/bash
cd /data
```

2. Install ruby dependencies
@@ -19,7 +20,9 @@

1. Generate a stub for the new post
```
bundle exec rake new_post["XCSoar 6.8.12 released"]
git config --global --add safe.directory /data
apt update && apt install -y vim
bundle exec rake new_post["XCSoar 7.55 released"]
```

2. Edit the new post, created in `./_posts`