Skip to content

Commit eda4ee2

Browse files
committed
Add cross-platform conda env manifest and describe use
1 parent ebb7ae8 commit eda4ee2

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ This repository contains the source files for the de-RSE website. Its official h
44

55
The site is made to be built with [Jekyll](https://jekyllrb.com/) >= 3.4.1.
66

7-
You can use [RVM](https://rvm.io/) to install and use a suitable Ruby version, e.g., `rvm use 2.7`.
7+
You can use, e.g.,
8+
9+
- [RVM](https://rvm.io/) to install and use a suitable Ruby version, e.g., `rvm use 2.7`.
10+
- [`conda`/`mamba`] to install dependencies into a reproducible environment via `mamba env create -f conda-env-de-rse-website.yml && mamba activate de-rse-website`.
811

912
To build, run `bundle install` once (or skip that if you have dependencies already installed and bundler does not work for you) and then `bundle exec jekyll build`.
1013
To preview locally, run `bundle exec jekyll serve --incremental` and browse to <http://localhost:4000>.

conda-env-de-rse-website.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: de-rse-website
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- c-compiler
6+
- compilers
7+
- cxx-compiler
8+
- ruby

0 commit comments

Comments
 (0)