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: api_logic_server_cli/prototypes/base/readme.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,15 @@ To run your project, the system requires various runtime systems for data access
23
23
24
24
Setup your Python environment, according to whether you did a *local install*, or *Docker*. Choose the appropriate section, then run.
25
25
26
+
API Logic Server CLI provides commands you can use to ugrade your project, e.g., to add security. Discover the CLI commands with `ApiLogicServer`.
27
+
26
28
27
29
28
30
## Establish Your Python Environment - Local Install
29
31
30
-
VSCode projects automatically use installed API Logic Server `venv`, so this step is not required until you want to create a local `venv` for additional packages.
32
+
> VSCode projects automatically use installed API Logic Server `venv`, so this step is ***not required*** until you want to create a local `venv` for additional packages.
31
33
32
-
You`requirements.txt` has already been created, so...
34
+
Your`requirements.txt` has already been created, so...
33
35
34
36
```bash title="Install API Logic Server in a Virtual Environment"
* If using SqlServer, install `pyodbc`. Not required for docker-based projects. For local installs, see the [Quick Start](https://apilogicserver.github.io/Docs/Install-pyodbc/).
45
47
46
-
* If you are creating multiple projects, you may wish to use a [Shared venv](https://apilogicserver.github.io/Docs/Project-Env/).
47
-
48
48
49
49
50
50
## Establish Your Python Environment - Docker
@@ -93,6 +93,8 @@ the created API, Logic and Web App.
93
93
94
94
Please see the `nw` sample for examples of typical customizations. You can open it in GitHub (use Shift + "." to view in project mode) - [click here](https://github.com/ApiLogicServer/demo).
95
95
96
+
Search for `Your Code Goes Here`. Key files summarized below:
0 commit comments