Skip to content

Commit de6233b

Browse files
Update readme to feature vagrant script (#993)
Signed-off-by: Joseph D. Purcell <[email protected]> Co-authored-by: Daniel Hansson <[email protected]>
1 parent e759559 commit de6233b

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

README.md

+7-22
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,13 @@ NCVERSION=$(curl -s -m 900 $NCREPO/ | sed --silent 's/.*href="nextcloud-\([^"]\+
5151
STABLEVERSION="nextcloud-$NCVERSION"
5252
```
5353

54-
## Vagrant example (Alpha)
55-
Apperantly the install script is possible to run straight up via Vagrant. This is the file that a user posted:
56-
```
57-
vagrant init
58-
vim Vagrantfile
59-
# Change the box to `ubuntu/bionic64`
60-
config.vm.box = "ubuntu/bionic64"
61-
# Add a public IP: you can either do this, a local IP, or port forward
62-
config.vm.network "public_network", ip: "192.168.1.99", bridge: "en1"
63-
# Increase memory to 2 GB (this is for virtualbox, see documentation for other providers)
64-
config.vm.provider "virtualbox" do |vb|
65-
vb.memory = "2048"
66-
end
67-
# start up the box
68-
vagrant up
69-
# SSH in, clone vm repo, and run script
70-
vagrant ssh
71-
git clone https://github.com/nextcloud/vm.git
72-
cd vm
73-
yes no | sudo bash nextcloud_install_production.sh
74-
```
75-
Though I (@enoch85) haven't tested this yet, so testing and reporting is welcome! What I think will happen without having tested it, is that the different questions will be skipped, but I'm not sure about which questions, and the outcome. So if someone could please try this and post the debug output that would be awesome!
54+
## Vagrant example (Beta)
55+
56+
The `nextcloud_install_production.sh` script can be run as part of Vagrant provisioning.
57+
58+
See [this subrepo](https://github.com/nextcloud/vm/tree/master/vagrant) for more information.
59+
60+
Please report any issues you can find. Improvments are welcome!
7661

7762
## First look
7863
![alt tag](https://github.com/nextcloud/nextcloud.com/blob/master/assets/img/features/VMwelcome.png)

0 commit comments

Comments
 (0)