You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This modifies the steps required to build and run
the website on the local machine by suggesting not
to use sudo in the command to install jekyll and
bundler and prefer asdf-vm to install ruby.
Closes#477
Copy file name to clipboardExpand all lines: README.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,26 @@ Why?
29
29
30
30
## Usage
31
31
32
-
To clone the repository and run this website on your local machine, [install Jekyll](https://jekyllrb.com/docs/installation/) for your OS and type the following commands:
32
+
### Dependencies
33
33
34
-
$ sudo gem install jekyll bundler
34
+
1. Install [asdf-vm](https://asdf-vm.github.io/asdf/#/core-manage-asdf-vm) for your OS.
35
+
2. Using asdf-vm, install [ruby](https://github.com/asdf-vm/asdf-ruby).
36
+
3. Install Jekyll
37
+
38
+
$ gem install jekyll bundler
39
+
40
+
### Clone and Run
41
+
42
+
Clone coala Projects repository
43
+
35
44
$ git clone https://github.com/coala/projects.git
45
+
46
+
Run coala Projects website
47
+
36
48
$ cd projects
37
49
$ bundle install
38
50
$ bundle exec jekyll serve
39
51
40
-
41
52
Then you can simply go to either of the following addresses in your browser to access the site:
0 commit comments