Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit77332f9

Browse files
Mention docker-compose first in the README
1 parent42296ff commit77332f9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

‎README.md‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ This site is built with Jekyll. Documentation content is written in Markdown for
66
##Deploying
77
The site is automatically deployed when commits are merged/pushed in`master`, hosted athttps://codefresh.io/docs/
88

9-
###Running documentation locally
9+
###Preview documentation locally with Docker (Recommended)
10+
11+
1. Install[docker-compose](https://docs.docker.com/compose/)
12+
2. Run`docker-compose up`
13+
3. Open`http://localhost:3131` in your browser, and voila!
14+
15+
###Preview documentation locally (Legacy method)
1016

1117
1. Install Ruby,`bundler`,`jekyll` and other Ruby dependencies with`bundle install`.
1218
2. Run`npm install` to install Node.js dependencies.
1319
3. Run`npm run css` (or a specific npm script) to rebuild distributed CSS and JavaScript files, as well as our docs assets.
1420
4. From the root directory, run`npm run docs-serve-dev` in the command line.
1521
5. Open`http://localhost:19002` in your browser, and voila.
1622

17-
###Running documentation locally with Docker
1823

19-
1. Install[docker-compose](https://docs.docker.com/compose/)
20-
2. Run`docker-compose up`
21-
3. Open`http://localhost:3131` in your browser, and voila!

‎_docs/integrations/git-providers.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The minimum permissions for the token are:
104104
-`admin:repo_hook.*`
105105
-`admin:org.*`
106106

107-
>The admin permission for the org is required to allow the addition ofwebhhoks on org projects.
107+
>The admin permission for the org is required to allow the addition ofwebhooks on org projects.
108108
109109
{% include image.html
110110
lightbox="true"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp