BookStack has the following requirements:
- Nodejs
- Gulpjs
- Run command
npm install gulp-cli -g
- Run command
- Gitbook
- Run command
npm install gitbook -g
- Run command
- Git Version Control
- (Not strictly required but helps manage updates)
Ensure the above requirements are met before installing.
-
Clone the release branch of the BookStack GitHub repository into a folder.
git clone https://github.com/leanhdung278/book-stack.git -
Download Gitbook Editor 1.1.0 Here
-
Clone done, run the command
npm install -
Open the folder clone with gitbook and start editing.
-
After editing,
cdto the directory and run the commandgulp -
Build done, commit and push to the master branch.