<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Install and Run Allura - Vagrant</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>Recent changes to Install and Run Allura - Vagrant</description><atom:link href="http://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 21 May 2019 17:44:39 -0000</lastBuildDate><atom:link href="http://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/feed" rel="self" type="application/rss+xml"/><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,47 +1,4 @@
-You may prefer to use Docker instead of Vagrant.  See https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL-docker.markdown
+You should use our Docker procedures instead of Vagrant.  See https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL-docker.markdown

-The Vagrant images for Allura have not been updated for some time.
-
-
-Install Vagrant and VirtualBox
----------------
-Install Vagrant by following the instructions here: http://docs.vagrantup.com/v2/installation/. The latest Allura VM was built with Vagrant v1.1.5, so make sure you have that version or later.
-
-Vagrant uses VirtualBox, so install that from https://www.virtualbox.org/
-
-Install Allura
---------------
-First, we'll create and boot the Allura VM.  Note that this will download a large (~700MB) file
-
-~~~~
-$ cd ~ &amp;amp;&amp;amp; mkdir vagrant-allura &amp;amp;&amp;amp; cd vagrant-allura
-$ git clone https://git-wip-us.apache.org/repos/asf/allura.git allura
-$ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20141217.box
-$ vagrant init allura
-$ vagrant up
-~~~~
-
-Connect to the VM and start Allura
-----------------------------------
-Now that the VM is running, let's connect to it and start the Allura platform:
-
-~~~~
-$ vagrant ssh  # password is "vagrant"
-(env-allura)vagrant@vagrant-ubuntu-precise-64:~/src/allura$ ./update.sh
-... lots of console output here ...
-... its updating to the latest code &amp;amp; dependencies ...
-(env-allura)vagrant@vagrant-ubuntu-precise-64:~/src/allura$ ~/start_allura
-~~~~
-
-That's it! Allura is running, and you can browse it from your host OS at http://localhost:8080. To log in as an admin, use username/password `root/foo`.
-
-Other Stuff You Might Want to Know
-----------------------------------
-
-* `vagrant ssh` connects you to the VM, activates the Allura virtualenv, and puts you in the root of the Allura source tree, a git clone of our public repo.
-* `update.sh` will get the latest code and dependencies.  This will get it current, even if the vagrant box was made a while ago.
-* `~/start_allura` is a helper script to make sure all Allura platform services are running. Run it as often as you like and it will do the right thing.
-* The Allura VM is configured with 512MB of RAM by default. For better performance it's recommended that you increase the memory by following the instructions here: http://docs.vagrantup.com/v2/virtualbox/configuration.html . Keep in mind that the VM is running Solr, mongodb, a python app server, and a python background worker!
-* If you are already using port 8080, or want to browse Allura on a different local port, you can change the port-forwarding rule in your `Vagrantfile` by following these instructions: http://docs.vagrantup.com/v2/networking/forwarded_ports.html
-* The allura source code is shared between the VM and your host machine, so you can develop Allura by editing the files with a regular editor on your host machine.
+Vagrant support for Allura has been removed.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 21 May 2019 17:44:39 -0000</pubDate><guid>https://forge-allura.apache.org351a3fa5305f3b429b9a74feee83d78e3f3e7e95</guid></item><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,3 +1,9 @@
+You may prefer to use Docker instead of Vagrant.  See https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL-docker.markdown
+
+
+The Vagrant images for Allura have not been updated for some time.
+
+
 Install Vagrant and VirtualBox
 ---------------
 Install Vagrant by following the instructions here: http://docs.vagrantup.com/v2/installation/. The latest Allura VM was built with Vagrant v1.1.5, so make sure you have that version or later.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Fri, 12 Jun 2015 18:52:08 -0000</pubDate><guid>https://forge-allura.apache.orgccc457c9f2406418ec25703d7c4c2ca3bd765a1e</guid></item><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -11,7 +11,7 @@
 ~~~~
 $ cd ~ &amp;amp;&amp;amp; mkdir vagrant-allura &amp;amp;&amp;amp; cd vagrant-allura
 $ git clone https://git-wip-us.apache.org/repos/asf/allura.git allura
-$ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20140508.box
+$ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20141217.box
 $ vagrant init allura
 $ vagrant up
 ~~~~
@@ -36,6 +36,6 @@
 * `vagrant ssh` connects you to the VM, activates the Allura virtualenv, and puts you in the root of the Allura source tree, a git clone of our public repo.
 * `update.sh` will get the latest code and dependencies.  This will get it current, even if the vagrant box was made a while ago.
 * `~/start_allura` is a helper script to make sure all Allura platform services are running. Run it as often as you like and it will do the right thing.
-* The Allura VM is configured with 512MB of RAM by default. For better performance it's recommended that you increase the memory by following the instructions here: http://docs-v1.vagrantup.com/v1/docs/config/vm/customize.html . Keep in mind that the VM is running Solr, mongodb, a python app server, and a python background worker!
+* The Allura VM is configured with 512MB of RAM by default. For better performance it's recommended that you increase the memory by following the instructions here: http://docs.vagrantup.com/v2/virtualbox/configuration.html . Keep in mind that the VM is running Solr, mongodb, a python app server, and a python background worker!
 * If you are already using port 8080, or want to browse Allura on a different local port, you can change the port-forwarding rule in your `Vagrantfile` by following these instructions: http://docs.vagrantup.com/v2/networking/forwarded_ports.html
 * The allura source code is shared between the VM and your host machine, so you can develop Allura by editing the files with a regular editor on your host machine.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Wed, 17 Dec 2014 23:03:21 -0000</pubDate><guid>https://forge-allura.apache.orgeb2e1e26e2692dcf6bb80eafa09ba1ab943df4f1</guid></item><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -11,7 +11,7 @@
 ~~~~
 $ cd ~ &amp;&amp; mkdir vagrant-allura &amp;&amp; cd vagrant-allura
 $ git clone https://git-wip-us.apache.org/repos/asf/allura.git allura
-$ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20140403.box
+$ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20140508.box
 $ vagrant init allura
 $ vagrant up
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 08 May 2014 17:47:49 -0000</pubDate><guid>https://forge-allura.apache.org17c6d6f6aa2cf33c8462e12b6363d75179976e5a</guid></item><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -11,7 +11,7 @@
 ~~~~
 $ cd ~ &amp;&amp; mkdir vagrant-allura &amp;&amp; cd vagrant-allura
 $ git clone https://git-wip-us.apache.org/repos/asf/allura.git allura
-$ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20130807.box
+$ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20140403.box
 $ vagrant init allura
 $ vagrant up
 ~~~~
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 03 Apr 2014 19:22:19 -0000</pubDate><guid>https://forge-allura.apache.org52c917e585be435511895cda7f09a721a9c22cdf</guid></item><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,7 +6,7 @@

 Install Allura
 --------------
-First, we'll create and boot the Allura VM:
+First, we'll create and boot the Allura VM.  Note that this will download a large (~700MB) file

 ~~~~
 $ cd ~ &amp;&amp; mkdir vagrant-allura &amp;&amp; cd vagrant-allura
@@ -38,3 +38,4 @@
 * `~/start_allura` is a helper script to make sure all Allura platform services are running. Run it as often as you like and it will do the right thing.
 * The Allura VM is configured with 512MB of RAM by default. For better performance it's recommended that you increase the memory by following the instructions here: http://docs-v1.vagrantup.com/v1/docs/config/vm/customize.html . Keep in mind that the VM is running Solr, mongodb, a python app server, and a python background worker!
 * If you are already using port 8080, or want to browse Allura on a different local port, you can change the port-forwarding rule in your `Vagrantfile` by following these instructions: http://docs.vagrantup.com/v2/networking/forwarded_ports.html
+* The allura source code is shared between the VM and your host machine, so you can develop Allura by editing the files with a regular editor on your host machine.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Thu, 03 Apr 2014 19:18:16 -0000</pubDate><guid>https://forge-allura.apache.org5fa0ac0d4670f29d089d4425d1b17adbe33d4eb8</guid></item><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -10,7 +10,7 @@

 ~~~~
 $ cd ~ &amp;&amp; mkdir vagrant-allura &amp;&amp; cd vagrant-allura
-$ git clone https://git-wip-us.apache.org/repos/asf/incubator-allura.git allura
+$ git clone https://git-wip-us.apache.org/repos/asf/allura.git allura
 $ vagrant box add allura http://sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20130807.box
 $ vagrant init allura
 $ vagrant up
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Tue, 25 Mar 2014 19:01:59 -0000</pubDate><guid>https://forge-allura.apache.org37c6d60ad155d3a5e6f41bb37c23a57235ab5429</guid></item><item><title>Install and Run Allura - Vagrant modified by Dave Brondsema</title><link>https://forge-allura.apache.org/p/allura/wiki/Install%2520and%2520Run%2520Allura%2520-%2520Vagrant/</link><description>&lt;div class="markdown_content"&gt;&lt;h2 id="install-vagrant-and-virtualbox"&gt;Install Vagrant and VirtualBox&lt;/h2&gt;
&lt;p&gt;Install Vagrant by following the instructions here: &lt;a href="http://docs.vagrantup.com/v2/installation/." rel="nofollow"&gt;http://docs.vagrantup.com/v2/installation/.&lt;/a&gt; The latest Allura VM was built with Vagrant v1.1.5, so make sure you have that version or later.&lt;/p&gt;
&lt;p&gt;Vagrant uses VirtualBox, so install that from &lt;a href="https://www.virtualbox.org/" rel="nofollow"&gt;https://www.virtualbox.org/&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="install-allura"&gt;Install Allura&lt;/h2&gt;
&lt;p&gt;First, we'll create and boot the Allura VM:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="o"&gt;~&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="n"&gt;mkdir&lt;/span&gt; &lt;span class="n"&gt;vagrant&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;allura&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class="n"&gt;cd&lt;/span&gt; &lt;span class="n"&gt;vagrant&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;allura&lt;/span&gt;
&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;git&lt;/span&gt; &lt;span class="n"&gt;clone&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//git-wip-us.apache.org/repos/asf/incubator-allura.git allura&lt;/span&gt;
&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;vagrant&lt;/span&gt; &lt;span class="n"&gt;box&lt;/span&gt; &lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;allura&lt;/span&gt; &lt;span class="n"&gt;http&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//sourceforge.net/projects/allura/files/vagrant/allura-ubuntu-1204-server-amd64-20130807.box&lt;/span&gt;
&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;vagrant&lt;/span&gt; &lt;span class="n"&gt;init&lt;/span&gt; &lt;span class="n"&gt;allura&lt;/span&gt;
&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;vagrant&lt;/span&gt; &lt;span class="n"&gt;up&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;h2 id="connect-to-the-vm-and-start-allura"&gt;Connect to the VM and start Allura&lt;/h2&gt;
&lt;p&gt;Now that the VM is running, let's connect to it and start the Allura platform:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;vagrant&lt;/span&gt; &lt;span class="n"&gt;ssh&lt;/span&gt;  &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;password&lt;/span&gt; &lt;span class="n"&gt;is&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;vagrant&amp;quot;&lt;/span&gt;
&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;env&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;allura&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="n"&gt;vagrant&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;vagrant&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;ubuntu&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;precise&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;64&lt;/span&gt;&lt;span class="o"&gt;:~/&lt;/span&gt;&lt;span class="n"&gt;src&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;allura&lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;update&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sh&lt;/span&gt;
&lt;span class="p"&gt;...&lt;/span&gt; &lt;span class="n"&gt;lots&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;console&lt;/span&gt; &lt;span class="n"&gt;output&lt;/span&gt; &lt;span class="n"&gt;here&lt;/span&gt; &lt;span class="p"&gt;...&lt;/span&gt;
&lt;span class="p"&gt;...&lt;/span&gt; &lt;span class="n"&gt;its&lt;/span&gt; &lt;span class="n"&gt;updating&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;latest&lt;/span&gt; &lt;span class="n"&gt;code&lt;/span&gt; &lt;span class="o"&gt;&amp;amp;&lt;/span&gt; &lt;span class="n"&gt;dependencies&lt;/span&gt; &lt;span class="p"&gt;...&lt;/span&gt;
&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;env&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;allura&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="n"&gt;vagrant&lt;/span&gt;&lt;span class="err"&gt;@&lt;/span&gt;&lt;span class="n"&gt;vagrant&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;ubuntu&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;precise&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="mi"&gt;64&lt;/span&gt;&lt;span class="o"&gt;:~/&lt;/span&gt;&lt;span class="n"&gt;src&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;allura&lt;/span&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="o"&gt;~/&lt;/span&gt;&lt;span class="n"&gt;start_allura&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;That's it! Allura is running, and you can browse it from your host OS at &lt;a href="http://localhost:8080." rel="nofollow"&gt;http://localhost:8080.&lt;/a&gt; To log in as an admin, use username/password &lt;code&gt;root/foo&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="other-stuff-you-might-want-to-know"&gt;Other Stuff You Might Want to Know&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;vagrant ssh&lt;/code&gt; connects you to the VM, activates the Allura virtualenv, and puts you in the root of the Allura source tree, a git clone of our public repo.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;update.sh&lt;/code&gt; will get the latest code and dependencies.  This will get it current, even if the vagrant box was made a while ago.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;~/start_allura&lt;/code&gt; is a helper script to make sure all Allura platform services are running. Run it as often as you like and it will do the right thing.&lt;/li&gt;
&lt;li&gt;The Allura VM is configured with 512MB of RAM by default. For better performance it's recommended that you increase the memory by following the instructions here: &lt;a href="http://docs-v1.vagrantup.com/v1/docs/config/vm/customize.html" rel="nofollow"&gt;http://docs-v1.vagrantup.com/v1/docs/config/vm/customize.html&lt;/a&gt; . Keep in mind that the VM is running Solr, mongodb, a python app server, and a python background worker!&lt;/li&gt;
&lt;li&gt;If you are already using port 8080, or want to browse Allura on a different local port, you can change the port-forwarding rule in your &lt;code&gt;Vagrantfile&lt;/code&gt; by following these instructions: &lt;a href="http://docs.vagrantup.com/v2/networking/forwarded_ports.html" rel="nofollow"&gt;http://docs.vagrantup.com/v2/networking/forwarded_ports.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave Brondsema</dc:creator><pubDate>Fri, 13 Sep 2013 15:45:18 -0000</pubDate><guid>https://forge-allura.apache.orgbd41bd446d838b40038d8d2ce9129eadf979dc50</guid></item></channel></rss>