Posts

Showing posts from September, 2018

How to Install Bootstrap Documentation Locally on Ubuntu 18.04

Image
Running Bootstrap Documentation Locally: To install bootstrap documentation locally at first we need the bootstrap Source Files . Download Source from https://getbootstrap.com/docs/4.1/getting-started/download/. Make sure this is the source - not the compiled files. After downloading extract the source file somewhere suitable. Extracted folder name should be something like "bootstrap-4.1.3" Open terminal and cd into the extracted "bootstrap-4.1.x" folder. I am assuming that Nodejs and npm are installed in your machine. If not, you need to install Nodejs. From inside the extracted folder run "npm install" command (without quote) to install local dependencies listed in package.json file. Ignore all the warnings. Next, install Ruby. Run the command "sudo apt install ruby-full" in your terminal. Install bundler using the command "gem install bundler". If Error occurs follow the next steps. Change the ownership of the