Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create local build environment using rbenv and GNU make #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maaku
Copy link

@maaku maaku commented Oct 19, 2012

This pull-request adds scripts to build a local environment for development, configured to match Github's environment as closely as possible.

Executing ./configure && make in the root directory will download rbenv, compile the most recently supported build of ruby (1.9.3-p194), and use bundler to install Jeckyll. Jeckyll and Liquid are pegged to match the versions used by Github Pages (0.11.0 and 2.2.2, respectfully).

Executing make run in the root directory will launch jeckyll --server, and make shell will launch an interactive irb session.

Executing `./configure && make` in the root directory will download rbenv, compile the most recently supported build of ruby (1.9.3-p194), and use bundler to install Jeckyll. Jeckyll and Liquid are pegged to match the versions used by Github Pages (0.11.0 and 2.2.2, respectfully).

Executing `make run` in the root directory will launch `jeckyll --server`, and `make shell` will launch an interactive `irb` session.
@groundh0g groundh0g added this to the v 0.5.0 milestone Apr 4, 2015
@groundh0g groundh0g self-assigned this Apr 4, 2015
@groundh0g groundh0g modified the milestones: v 0.5.0, v 0.6.0 Oct 18, 2015
@groundh0g
Copy link
Collaborator

Moving Rakefile tasks to new v 0.6.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants