Skip to content

Commit 279b6f9

Browse files
committed
heads up about win terminal admin and scripts
1 parent 714f7ac commit 279b6f9

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

docs/Install-Express.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Open the appropriate section below.
3535
> Note: Python 3.12 is supported as of release 10.3.45.
3636

3737
If you need to install Python (it can be tricky), see [these notes](Tech-Install-Python.md).
38+
3839
 
3940

4041
__Install API Logic Server in a Virtual Environment__
@@ -47,11 +48,25 @@ Open the appropriate section below.
4748
python -m pip install ApiLogicServer
4849
```
4950

50-
If you are using SqlServer, you also need to [install `pyodbc`](Install-pyodbc.md).
51+
Notes:
52+
53+
1. Windows users will need to run the terminal in Admin mode, with scripts enabled
54+
2. If you are using SqlServer, you also need to [install `pyodbc`](Install-pyodbc.md)
5155

5256
 
5357

54-
__Create the Sample Project__
58+
__Start the ApiLogicServer manager__
59+
60+
```bash title="Start Manager"
61+
ApiLogicServer start
62+
```
63+
64+
This will open your IDE; open the readme and follow the directions to create projects.
65+
66+
67+
 
68+
69+
__Or, create the Sample Project__
5570

5671
```bash title="Create Tutorial"
5772
ApiLogicServer create --project_name= --db_url=

0 commit comments

Comments
 (0)