[PR #206] [CLOSED] Add Vagrant support for up and run BookStack #5615

Closed
opened 2026-02-05 10:12:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/206
Author: @rrzaripov
Created: 10/11/2016
Status: Closed

Base: masterHead: add-vagrant


📝 Commits (2)

  • 3e1014e Add Vagrant support for up and run BookStack
  • 7a10d9b Add Vagrant temporary directory and log to .gitignore

📊 Changes

2 files changed (+31 additions, -1 deletions)

View changed files

📝 .gitignore (+3 -1)
Vagrantfile (+28 -0)

📄 Description

This PR add Vagrantfile for running BookStack on official Ubuntu 16.04 virtual machine, using virtualbox as provider. The BookStack is installed same as descripted in section "Ubuntu 16.04 Installation Script".
VM created with Vagrant may be using as environment for develop or testing, self hosted server and for demo purposes.

Download once, run VM and install BookStack:
vagrant up
After this command will done, BookStack must be available by url http://localhost:8080

SSH to VM:
vagrant ssh

Destroy VM
vagrant destroy -f

For more information about vagrant: https://www.vagrantup.com/docs/
Any feedback are welcome!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/206 **Author:** [@rrzaripov](https://github.com/rrzaripov) **Created:** 10/11/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-vagrant` --- ### 📝 Commits (2) - [`3e1014e`](https://github.com/BookStackApp/BookStack/commit/3e1014e42c799c35af3544cc52109966eda82d89) Add Vagrant support for up and run BookStack - [`7a10d9b`](https://github.com/BookStackApp/BookStack/commit/7a10d9b8c5c4730a2604f826e5acf81297bd3e79) Add Vagrant temporary directory and log to .gitignore ### 📊 Changes **2 files changed** (+31 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -1) ➕ `Vagrantfile` (+28 -0) </details> ### 📄 Description This PR add Vagrantfile for running BookStack on official Ubuntu 16.04 virtual machine, using virtualbox as provider. The BookStack is installed same as descripted in section "[Ubuntu 16.04 Installation Script](https://www.bookstackapp.com/docs/admin/installation)". VM created with Vagrant may be using as environment for develop or testing, self hosted server and for demo purposes. Download once, run VM and install BookStack: `vagrant up` After this command will done, BookStack must be available by url http://localhost:8080 SSH to VM: `vagrant ssh` Destroy VM `vagrant destroy -f` For more information about vagrant: https://www.vagrantup.com/docs/ Any feedback are welcome! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:12:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5615