|
1 | | -## EmberCLI's official website |
| 1 | +# This project has moved |
2 | 2 |
|
3 | | -### Visit the new Ember CLI Guides! |
4 | | - |
5 | | -This project is deprecated in favor of [cli-guides](https://github.com/ember-learn/cli-guides), which is an Ember app that hosts most of the content found here in the past. You can see the new site at [cli.emberjs.com](https://cli.emberjs.com). |
6 | | - |
7 | | -In the upcoming months, this site will remain up while the redirects and content migrations are being finished. |
8 | | - |
9 | | -### Running with Docker (recommended) |
10 | | - |
11 | | -This is the recommended method for new contributors. |
12 | | -Although the website is built with Ruby, most work is done in Markdown files. |
13 | | -You don't need to know Ruby or install its dependencies to help out. Simply follow |
14 | | -the Docker container instructions below to install and run locally. |
15 | | - |
16 | | -First, install [Docker and Compose](https://store.docker.com/search?offering=community&type=edition) and leave it running. |
17 | | - |
18 | | -Next, the commands below will install all necessary dependencies for the website |
19 | | -app and start a server. This will take a little while to run the first time, |
20 | | -possibly a few minutes. The dependencies will be installed inside a Docker |
21 | | -container, and do not affect your normal developer environment. |
22 | | - |
23 | | -```bash |
24 | | -git clone https://github.com/ember-cli/ember-cli.github.io.git |
25 | | -cd ember-cli.github.io |
26 | | -docker-compose up |
27 | | -``` |
28 | | - |
29 | | -### Running without Docker |
30 | | - |
31 | | -Install Jekyll and a special gem provided by GitHub: |
32 | | - |
33 | | -```sh |
34 | | -$ gem install bundler |
35 | | -$ bundle |
36 | | -``` |
37 | | - |
38 | | -Open the directory which contains the repo and run Jekyll: |
39 | | - |
40 | | -```sh |
41 | | -$ bundle exec jekyll serve -w |
42 | | -``` |
43 | | - |
44 | | -You can now view the result at [http://localhost:4000](http://localhost:4000). |
45 | | - |
46 | | -#### Windows Users, read on |
47 | | - |
48 | | -If you want to help with the development of this site and you're using Windows, |
49 | | -please read [this guide](http://jekyll-windows.juthilo.com) about how to run |
50 | | -Jekyll on your OS. |
51 | | - |
52 | | -Alternatively, use bash via Windows Subsystem for Linux (WSL): |
53 | | - |
54 | | -- Install/setup [WSL][wsl-install] |
55 | | -- Install ruby, perhaps use [rbenv] or [linuxbrew.sh] |
56 | | - |
57 | | -[wsl-install]: https://msdn.microsoft.com/en-us/commandline/wsl/install-win10 |
58 | | -[rbenv]: https://github.com/rbenv/rbenv#installation |
59 | | -[linuxbrew.sh]: http://linuxbrew.sh |
| 3 | +Please see [cli.emberjs.com](https://cli.emberjs.com) for the latest `ember-cli` learning content. If you would like to contribute to the website, please visit the new repository, [ember-learn/cli-guides](https://github.com/ember-learn/cli-guides). |
0 commit comments