Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request getredash#1225 from hokaccha/fix-document
Browse files Browse the repository at this point in the history
Fix: RST formatting of the Vagrant documentation
  • Loading branch information
arikfr authored Aug 10, 2016
2 parents 8b0e59b + e870e19 commit 95121ef
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/dev/vagrant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ AWS/GCE images).

To get started with this box:

1. Make sure you have recent version of
`Vagrant <https://www.vagrantup.com/>`__ installed.
2. Clone the Re:dash repository:
``git clone https://github.com/getredash/redash.git``.
3. Change dir into the repository (``cd redash``)
4a. To execute tests, run ``./bin/vagrant_ctl.sh test``
4b. To run the app, run ``./bin/vagrant_ctl.sh start``.
This might take some time the first time you run it,
as it downloads the Vagrant virtual box.
Now the server should be available on your host on port 9001 and you
can login with username admin and password admin.
1. Make sure you have recent version of
`Vagrant <https://www.vagrantup.com/>`__ installed.
2. Clone the Re:dash repository:
``git clone https://github.com/getredash/redash.git``.
3. Change dir into the repository (``cd redash``)
4. To execute tests, run ``./bin/vagrant_ctl.sh test``
5. To run the app, run ``./bin/vagrant_ctl.sh start``.
This might take some time the first time you run it,
as it downloads the Vagrant virtual box.
Now the server should be available on your host on port 9001 and you
can login with username admin and password admin.

0 comments on commit 95121ef

Please sign in to comment.