-
Notifications
You must be signed in to change notification settings - Fork 279
Quickstart: Installation
Brian edited this page Sep 3, 2016
·
17 revisions
Jump to:
- In the browser, go to http://nodejs.org and download the latest version of the Node.js Windows msi installer for your processor type.
- Run the downloaded MSI installer file and follow the instructions in the install program.
- In the browser, go to http://www.mongodb.org and download the latest version of the MongoDB Windows msi installer for your processor type.
- Run the downloaded MSI installer file and follow the instructions in the install program.
- In the browser, go to http://git-scm.com/download/win to download the latest version of git for Windows.
- Run the downloaded exe installer file and follow the instructions in the install program.
- Open a command prompt as an administrator (Microsoft how to).
- Run
npm install -g pencilblue-clito install the command-line interface through NPM.
- Once pencilblue-cli is installed, in the git bash window (Start Menu -> Git -> Git Bash), cd to the directory that you want the PencilBlue directory to install to.
- Run
pbctrl install [directory]where directory is the name of the folder you want PencilBlue to be installed to. Follow the instructions. - cd to the directory you installed PencilBlue to and run
npm start - You should now be able to navigate to your install of PencilBlue through the URL you specified in the install.
- In the browser, go to http://nodejs.org and download the latest version of the Node.js Mac pkg installer.
- Run the downloaded pkg installer file and follow the instructions in the install program.
The easiest way to install MongoDB on Mac is through Homebrew. If you want to install it manually, MongoDB provides instructions here.
- If you don't have Homebrew installed, open a terminal window and run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - In the terminal, run
brew install mongodb
- In the terminal, run
npm install -g pencilblue-clito install the command-line interface through NPM.
- Once pencilblue-cli is installed, in the terminal, cd to the directory that you want the PencilBlue directory to install to.
- Run
pbctrl install [directory]where directory is the name of the folder you want PencilBlue to be installed to. Follow the instructions. - cd to the directory you installed PencilBlue to and run
npm start - You should now be able to navigate to your install of PencilBlue through the URL you specified in the install.
- Ubuntu/Debian
- Ubuntu's package manager has an outdated version of Node.js, so you'll need to add a repository to install
- In a terminal, run
curl -sL https://deb.nodesource.com/setup | sudo bash - - Then run
sudo apt-get install nodejsto install the latest version of Node.js
- Fedora
- In a terminal, run
sudo yum install nodejs npm
- Arch
- In a terminal, run
pacman -S nodejs
- In the browser, go to https://git-scm.com/downloads to download the latest version of git.
- Download the package and install for your flavor of Linux.
- Ubuntu/Debian
- In a terminal, run
sudo apt-get install mongodb
- Fedora
- In a terminal, run
sudo yum install mongodb
- Arch
- In a terminal, run
pacman -S mongodb
- In the terminal, run
npm install -g pencilblue-clito install the command-line interface through NPM.
- Once pencilblue-cli is installed, in the terminal, cd to the directory that you want the PencilBlue directory to install to.
- Run
pbctrl install [directory]where directory is the name of the folder you want PencilBlue to be installed to. Follow the instructions. - cd to the directory you installed PencilBlue to and run
npm start - You should now be able to navigate to your install of PencilBlue through the URL you specified in the install.
Windows Installation
Mac Installation
Linux Installation