emberjs/website

Name: website

Owner: Ember.js

Description: Source for emberjs.com

Created: 2011-10-26 05:30:05.0

Updated: 2018-01-17 21:09:39.0

Pushed: 2018-01-18 19:56:34.0

Homepage:

Size: 75611

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Ember Website

Build Status

This repository contains the source code and content for the Ember.js project main website.

Contributing

To get started:

Running locally with Docker (recommended)

This is the recommended method for new contributors. Although the website is built with Ruby, most work is done in Markdown files. You don't need to know Ruby or install its dependencies to help out. Follow the Docker container instructions below to install and run locally.

First, install Docker and Compose and leave it running.

Next, the commands below will install all necessary dependencies for the website app and start a server. This will take a little while to run, possibly a few minutes. The dependencies will be installed inside a Docker container, and do not affect your normal developer environment.

clone git://github.com/emberjs/website.git
ebsite
er-compose build
er-compose up

Subsequent runs will be much faster once all the dependencies are installed.

You can view the site locally at http://localhost:4567

Running locally with Ruby and Middleman
clone https://github.com/emberjs/website.git
ebsite
le
le exec middleman

Then visit http://localhost:4567/

Note: unless you're working with the API docs, don't use rake preview?use middleman (aka middleman server) instead.

To populate organizers data from meetup.com on http://localhost:4567/meetups

 findorganizers [force=true]

force=true flag will overwrite all existing organizer data
API Documentation

API documentation has been moved to a separate repo, please see https://github.com/ember-learn/ember-api-docs/

Requirements

If the bundle command is not found, you can install it with gem install bundler.

If the bundle command fails to run, you may need to upgrade your Ruby version. Please check the current supported version that described at .ruby-version. You can use RVM to install it:

rl -L https://get.rvm.io | bash -s stable
m install $(cat .ruby-version)
m use $(cat .ruby-version)
Troubleshooting tips for Windows devs

For Windows developers using RubyInstaller, you'll need to download the DevKit and install it using instructions: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit

After you have a proper install, you can then run:

install bundler wdm tzinfo-data
update listen middleman

Once Middleman comes up, you'll be prompted by Windows Firewall. Click “Allow access” and you'll be in business!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.