Skip to content

Commit

Permalink
docs: Update docs to reflect the use of Ubuntu bionic in development.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitS101 authored and timabbott committed Jul 8, 2019
1 parent cecdec3 commit 3cc7904
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/development/setup-vagrant.md
Expand Up @@ -298,7 +298,7 @@ $ vagrant ssh
You should see output that starts like this:

```
Welcome to Ubuntu 14.04.1 LTS (GNU/Linux 4.4.0-21-generic x86_64)
Welcome to Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-54-generic x86_64)
```

Congrats, you're now inside the Zulip development environment!
Expand All @@ -311,7 +311,7 @@ provisioning failed and you should look at the
Next, start the Zulip server:

```
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip
$ ./tools/run-dev.py
```

Expand Down Expand Up @@ -457,7 +457,7 @@ From the window where run-dev.py is running:
2016-05-04 18:33:13,330 INFO 127.0.0.1 GET 200 92ms /register/ (unauth via ?)
^C
KeyboardInterrupt
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$ exit
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$ exit
logout
Connection to 127.0.0.1 closed.
christie@win10 ~/zulip
Expand Down Expand Up @@ -493,7 +493,7 @@ christie@win10 ~/zulip
$ vagrant up
$ vagrant ssh
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip
$ ./tools/run-dev.py
```

Expand Down
6 changes: 3 additions & 3 deletions docs/subsystems/migration-renumbering.md
Expand Up @@ -36,7 +36,7 @@ showell@Steves-MBP ~/zulip (showell-topic) $ git status
# On branch showell-topic
nothing to commit, working directory clean
(zulip-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$ ./tools/test-backend
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$ ./tools/test-backend
<output skipped>
DONE!
```
Expand Down Expand Up @@ -80,7 +80,7 @@ but I still need to run the tests to make sure there weren't any
semantic conflicts with the new changes from master:

```
(zulip-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$ ./tools/test-backend
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$ ./tools/test-backend
<output skipped>
Expand Down Expand Up @@ -273,7 +273,7 @@ showell@Steves-MBP ~/zulip/zerver/migrations (showell-topic) $ git show 8022839f
And then I run the tests and cross my fingers!!!:

```
(zulip-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$ ./tools/test-backend
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$ ./tools/test-backend
<output skipped>
Applying zerver.0023_userprofile_default_language... OK
Applying zerver.0024_realm_allow_message_editing... OK
Expand Down
6 changes: 3 additions & 3 deletions templates/zerver/api/incoming-webhooks-walkthrough.md
Expand Up @@ -230,7 +230,7 @@ After running the above command, you should see something similar to:
Using `manage.py` from within the Zulip development environment:

```
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$
./manage.py send_webhook_fixture_message \
--fixture=zerver/webhooks/helloworld/fixtures/hello.json \
'--url=http://localhost:9991/api/v1/external/helloworld?api_key=<api_key>'
Expand Down Expand Up @@ -363,7 +363,7 @@ Once you have written some tests, you can run just these new tests from within
the Zulip development environment with this command:

```
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$
./tools/test-backend zerver/webhooks/helloworld
```

Expand Down Expand Up @@ -412,7 +412,7 @@ stream name:
To trigger a notification using this webhook, use
`send_webhook_fixture_message` from the Zulip command line:
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$
./manage.py send_webhook_fixture_message \
--fixture=zerver/tests/fixtures/helloworld/hello.json \
'--url=http://localhost:9991/api/v1/external/helloworld?api_key=&lt;api_key&gt;'
Expand Down
2 changes: 1 addition & 1 deletion zerver/webhooks/helloworld/doc.md
Expand Up @@ -15,7 +15,7 @@ To trigger a notification using this webhook, use
`send_webhook_fixture_message` from the Zulip command line:

```
(zulip-py3-venv)vagrant@vagrant-ubuntu-trusty-64:/srv/zulip$
(zulip-py3-venv) vagrant@ubuntu-bionic:/srv/zulip$
./manage.py send_webhook_fixture_message \
> --fixture=zerver/tests/fixtures/helloworld/hello.json \
> '--url=http://localhost:9991/api/v1/external/helloworld?api_key=&lt;api_key&gt;'
Expand Down

0 comments on commit 3cc7904

Please sign in to comment.