Adapting Design Sprint Metodology to Enterprise Documentation This is a middleman website (https://middlemanapp.com/).
- Ruby Version 2.4.1 (or latest January 2018) [https://www.ruby-lang.org/en/downloads/]
- Bundler [http://bundler.io/]
Assuming you've your machine equipped with Ruby, Bundler and just cloned the repo then you can install Middleman execute this command:
$ gem install middleman
We recommend Gemset use.
An then execute bundler commands:
$ bundle install
$ bundle update
After installing Middleman, you're already to run the project, just executing:
$ bundle exec middleman server
or only $ middleman
The development runs on local server http://localhost:4567/
Stop middleman server using CTRL + C
on keyboard and then execute:
$ bundle exec middleman build
or only $ middleman build
The compiled project files you can found it in build folder.
All languages can it change on .yml files
- If you need change english language
\locales/en.yml
file. - If you need change spanish language
\locales/es.yml
file.