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: docs/intro/localdev.rst
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,7 @@ It's easy to get started with a local Gel instance. Navigate to the root of your
18
18
19
19
$ gel init
20
20
21
-
This command takes care of several things for you:
22
-
23
-
* It downloads and installs the latest version of the Gel server.
24
-
* It configures a local Postgres cluster.
25
-
* It manages the instance through your operating system's background task launcher.
21
+
Creates a database tied to the current directory and to the :ref:`gel.toml <ref_reference_gel_toml>` file in it. This simplifies connection configuration and installation for you. Alias for :ref:`gel project init <ref_cli_gel_project_init>`.
26
22
27
23
To conserve resources, Gel automatically puts inactive local development instances to sleep. This means you can have multiple instances running without them draining your system's resources when not in use.
0 commit comments