zeljkofilipin created this task.
zeljkofilipin added a subscriber: zeljkofilipin.
zeljkofilipin added projects: MediaWiki-Vagrant, Wikidata.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION
  ```
  lang=bash
  $ sw_vers -productVersion # Mac OS X
  10.10.5
  
  $ git --version
  git version 2.3.2 (Apple Git-55)
  
  $ vboxmanage --version # VirtualBox
  5.0.2r102096
  
  $ vagrant -v
  Vagrant 1.7.4
  
  $ git remote -v
  origin        ssh://zfili...@gerrit.wikimedia.org:29418/mediawiki/vagrant 
(fetch)
  origin        ssh://zfili...@gerrit.wikimedia.org:29418/mediawiki/vagrant 
(push)
  
  $ git pull origin master
  From ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant
   * branch            master     -> FETCH_HEAD
  Already up-to-date.
  
  $ git status
  On branch master
  nothing to commit, working directory clean
  
  $ ./setup.sh
  Plugin vagrant-vbguest is already installed
  Installing plugin mediawiki-vagrant-0.10.0.gem
  - Installing the 'mediawiki-vagrant-0.10.0.gem' plugin. This can take a few 
minutes...
  - Installed the plugin 'mediawiki-vagrant (0.10.0)'!
  You're all set! Simply run `vagrant up` to boot your new environment.
  (Or try `vagrant config --list` to see what else you can tweak.)
  
  $ vagrant roles list -e
  Enabled roles:
  
  $ vagrant status
  Current machine states:
  default                   not created (virtualbox)
  The environment has not yet been created. Run `vagrant up` to
  create the environment. If a machine is not created, only the
  default provider will be shown. So if a provider is not listed,
  then the machine is not created for that environment.
  
  $ vagrant up
  ...
  ==> default: Notice: Finished catalog run in 194.77 seconds
  ```
  
  All output of `vagrant up` is available at P1990.
  
  ```
  lang=bash
  $ vagrant status
  Current machine states:
  default                   running (virtualbox)
  The VM is running. To stop this VM, you can run `vagrant halt` to
  shut it down forcefully, or you can run `vagrant suspend` to simply
  suspend the virtual machine. In either case, to restart it again,
  simply run `vagrant up`.
  ```
  
  At this point mediawiki is available at http://127.0.0.1:8080/wiki/Main_Page

TASK DETAIL
  https://phabricator.wikimedia.org/T111688

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: zeljkofilipin
Cc: Aklapper, zeljkofilipin, mobrovac, Wikidata-bugs, aude, jeremyb, greg



_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to