|
33 | 33 | "## Start CipherStash Proxy and PostgreSQL\n",
|
34 | 34 | "\n",
|
35 | 35 | "In order to run the example, you will need to start CipherStash Proxy and PostgreSQL.\n",
|
36 |
| - "You can use the [playground environment](../../playground/README.md) to do this." |
| 36 | + "\n", |
| 37 | + "Please set up the [playground environment](../../playground/README.md) to run the the following Python examples." |
37 | 38 | ]
|
38 | 39 | },
|
39 | 40 | {
|
|
75 | 76 | "### Create a table and indexes for testing encryption"
|
76 | 77 | ]
|
77 | 78 | },
|
78 |
| - { |
79 |
| - "cell_type": "markdown", |
80 |
| - "id": "35cff6f6", |
81 |
| - "metadata": {}, |
82 |
| - "source": [] |
83 |
| - }, |
84 | 79 | {
|
85 | 80 | "cell_type": "code",
|
86 | 81 | "execution_count": null,
|
|
94 | 89 | "! psql -h localhost -p 5432 -U postgres postgres < create_examples_table.sql"
|
95 | 90 | ]
|
96 | 91 | },
|
97 |
| - { |
98 |
| - "cell_type": "markdown", |
99 |
| - "id": "52a064f7-3865-43b8-9ff7-063470fc4532", |
100 |
| - "metadata": {}, |
101 |
| - "source": [ |
102 |
| - "### Start CipherStash Proxy\n", |
103 |
| - "\n", |
104 |
| - "After running the setup scripts, CipherStash Proxy can be started:" |
105 |
| - ] |
106 |
| - }, |
107 |
| - { |
108 |
| - "cell_type": "code", |
109 |
| - "execution_count": null, |
110 |
| - "id": "3c2b1e45-7fb4-4ed4-9fdd-4d964c3d8225", |
111 |
| - "metadata": {}, |
112 |
| - "outputs": [], |
113 |
| - "source": [ |
114 |
| - "! docker compose up proxy -d" |
115 |
| - ] |
116 |
| - }, |
117 |
| - { |
118 |
| - "cell_type": "markdown", |
119 |
| - "id": "97fde254-3eb5-4036-bf82-b49ec2a77f30", |
120 |
| - "metadata": {}, |
121 |
| - "source": [ |
122 |
| - "The command above should start CipherStash Proxy.\n", |
123 |
| - "At any point, you can check the logs to see if there are any errors in your terminal window.\n", |
124 |
| - "From the directory where your docker-copmose.yml is located (`jupyter_notebook/` by default):\n", |
125 |
| - "\n", |
126 |
| - "> docker compose logs -f proxy" |
127 |
| - ] |
128 |
| - }, |
129 | 92 | {
|
130 | 93 | "cell_type": "markdown",
|
131 | 94 | "id": "0400e206-a337-404c-acc9-9706e626e94e",
|
|
0 commit comments