You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Formed in 2012, the Apereo Foundation is a vibrant and value-driven organization. Apereo has a noteworthy history celebrating two strong organizations, the Sakai Foundation and Jasig. Apereo is a community built around openness, inclusivity, collaboration and innovation. The mission of Apereo is to help educational organizations “collaborate to foster, develop, and sustain open technologies and innovation to support learning, teaching, and research.”
Apereo projects are 100% open.
This is a blog managed and edited by the Apereo project participants and community members. It is typically used to post project updates, announce news, etc. Unless otherwise noted, all authors post here wearing their individual Apereo participant hats. Opinions, statements, and comments expressed via this blog do not necessarily reflect those of the Apereo Foundation.
Building and running locally
This blog is built and hosted in GitHub Pages, which is a SaaS implementation of Jekyll.
You can locally run Jekyll to build the site from source and even serve it up, e.g. to preview your in-development changes.
Note: Tested with bundler 1.16.1
Clone the repo
Run[sudo] bundle install
Runbundle exec jekyll serve --incremental
Should something similar to:
Configuration file: /apereo.github.io/_config.yml Source: /apereo.github.io Destination: /apereo.github.io/_site Incremental build: enabled Generating... done in 3.294 seconds. Auto-regeneration: enabled for 'apereo.github.io' Server address: http://127.0.0.1:4000/ Server running... press ctrl-c to stop.
If you get any errors, try runninggem install bundler and then re-run thebundle install command.
You can also runbundle check to see if there are any problems with the dependencies.