Rework guide a whee bit to be more compact.
1
.gitignore
vendored
|
@ -7,3 +7,4 @@
|
||||||
.sass-cache
|
.sass-cache
|
||||||
.localeapp/key
|
.localeapp/key
|
||||||
/assets/scripts/config/locales.js
|
/assets/scripts/config/locales.js
|
||||||
|
.DS_Store
|
||||||
|
|
Before Width: | Height: | Size: 101 KiB |
BIN
assets/images/getting-started/build-email.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 81 KiB |
BIN
assets/images/getting-started/first-build.png
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 9.5 KiB |
|
@ -10,12 +10,16 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Start by going to your {{#linkTo "profile.index"}}profile{{/linkTo}} and enable one of your projects. We've been
|
<img src="/images/getting-started/project-switch.png" width="320"/>
|
||||||
synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it:
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="/images/getting-started/project-switch.png" width="550"/>
|
Start by going to your {{#linkTo "profile.index"}}profile{{/linkTo}} and enable one of your projects. We've been
|
||||||
|
synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<img src="/images/getting-started/first-build.png" width="320"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -24,18 +28,10 @@
|
||||||
whee while and reload the page, and your newly setup and built project will show up on the right.
|
whee while and reload the page, and your newly setup and built project will show up on the right.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<img src="/images/getting-started/first-build.jpg" width="550"/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We'll also send you an email once the build has finished.
|
We'll also send you an email once the build has finished.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
|
||||||
<img src="/images/getting-started/build-email.jpg" width="550"/>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We use sensible defaults for <a href="http://about.travis-ci.org/docs/">most languages</a>, but you can customize
|
We use sensible defaults for <a href="http://about.travis-ci.org/docs/">most languages</a>, but you can customize
|
||||||
both the <a href="http://about.travis-ci.org/docs/user/build-configuration/">build process</a> and the <a
|
both the <a href="http://about.travis-ci.org/docs/user/build-configuration/">build process</a> and the <a
|
||||||
|
@ -55,6 +51,10 @@
|
||||||
configuration settings</a>.
|
configuration settings</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<img src="/images/getting-started/build-email.png" width="600"/>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Should you have any questions or issues, have a look at <a href="http://about.travis-ci.org/docs/" location="_top">our
|
Should you have any questions or issues, have a look at <a href="http://about.travis-ci.org/docs/" location="_top">our
|
||||||
documentation</a>, <a href="https://github.com/travis-ci/travis-ci/issues/new" location="_top">open an issue</a> or
|
documentation</a>, <a href="https://github.com/travis-ci/travis-ci/issues/new" location="_top">open an issue</a> or
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#getting-started
|
#getting-started
|
||||||
width: 550px
|
width: 650px
|
||||||
margin: 0px auto
|
margin: 0px auto
|
||||||
|
font-family: Arial
|
||||||
|
|
||||||
p
|
p
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
|
@ -12,7 +13,7 @@
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
||||||
img
|
img
|
||||||
border-top: 1px solid #ddd
|
border: 1px solid #ddd
|
||||||
padding-top: 20px
|
padding: 7px
|
||||||
padding-bottom: 20px
|
float: right
|
||||||
border-bottom: 1px solid #ddd
|
margin: 15px
|
||||||
|
|
BIN
public/images/getting-started/build-email.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/images/getting-started/first-build.png
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 9.5 KiB |