1
5
Fork
You've already forked devops
3

Add Vagrant support for up and run BookStack #5

Merged
rrzaripov merged 2 commits from add-vagrant into master 2017年03月04日 10:15:46 +01:00
rrzaripov commented 2016年10月23日 20:06:09 +02:00 (Migrated from github.com)
Copy link

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 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!
ssddanbrown commented 2016年10月24日 21:23:49 +02:00 (Migrated from github.com)
Copy link

Thanks again @rrzaripov but I think you may have opened this PR with the wrong vagrantfile? Compared to your other PR at ssddanbrown/BookStack#206 this vagrantfile uses a much larger box & has no configured ports or script.

Thanks again @rrzaripov but I think you may have opened this PR with the wrong vagrantfile? Compared to your other PR at ssddanbrown/BookStack#206 this vagrantfile uses a much larger box & has no configured ports or script.
rrzaripov commented 2016年10月24日 21:39:43 +02:00 (Migrated from github.com)
Copy link

@ssddanbrown yes, this is Vagrantfile with another box, from another branch. I will update PR. Sorry for my inattention.

@ssddanbrown yes, this is Vagrantfile with another box, from another branch. I will update PR. Sorry for my inattention.
ssddanbrown commented 2017年03月04日 10:16:39 +01:00 (Migrated from github.com)
Copy link

Hi @rrzaripov, Sorry, It looks like I completely missed your update to this. Tested and works perfectly. This will be great for testing the install script. Thanks again!

Hi @rrzaripov, Sorry, It looks like I completely missed your update to this. Tested and works perfectly. This will be great for testing the install script. Thanks again!
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bookstack/devops!5
Reference in a new issue
bookstack/devops
No description provided.
Delete branch "add-vagrant"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?