You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
-
# PYTHONKC.COM WEBSITE
1
+
# `pythonkc.com` website
2
2
3
3
[](https://gitter.im/pythonkc/pythonkc.com?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
5
-
Files for the PythonKC.com website.
5
+
Files for the `pythonkc.com` website.
6
6
7
7
## Development Quickstart Option 1 (vagrant)
8
8
9
9
We're going to use Vagrant and Virtualbox to run pythonkc.com inside a Debian
10
-
VM. We're using the [shell provisioner][] to install Ansible inside our VM and
10
+
VM. We're using the [shell provisioner][shell] to install Ansible inside our VM and
11
11
then using Ansible to manage the environment from there. (Note: we're *not*
12
-
using the [ansible provisioner][].)
12
+
using the [ansible provisioner][ansible].)
13
13
14
-
First you need to install [Vagrant][] and [VirtualBox][] and clone [our
14
+
First you need to install [Vagrant][vagrant] and [VirtualBox][virtualbox] and clone [our
15
15
repository][] from github.
16
16
17
17
Now copy `pythonkc_site/.env.example` to `pythonkc_site/.env` and add
18
-
your own [meetup api key][] and a unique [django secret key][] (`.env` will
18
+
your own [meetup api key][meetup] and a unique [django secret key][django] (`.env` will
19
19
be ignored by git)
20
20
21
21
Then you have to install some vagrant plugins and build your vagrant box:
0 commit comments