Alper Ebicoglu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/CLI-New-Command-Samples.md
|
|
|
@ -24,10 +24,10 @@ The following commands are for creating Angular UI projects: |
|
|
|
abp new Acme.BookStore -u angular -csf --connection-string Server=localhost;Database=MyDatabase;Trusted_Connection=True |
|
|
|
``` |
|
|
|
|
|
|
|
* **MongoDB**, default app template, mobile project included: |
|
|
|
* **MongoDB**, default app template, mobile project included, creates solution in `C:\MyProjects\Acme.BookStore` |
|
|
|
|
|
|
|
```bash |
|
|
|
abp new Acme.BookStore -u angular --database-provider mongodb |
|
|
|
abp new Acme.BookStore -u angular --database-provider mongodb --output-folder C:\MyProjects\Acme.BookStore |
|
|
|
``` |
|
|
|
|
|
|
|
* **MongoDB**, default app template, no mobile app, **separate Identity Server**, creates the project in a new folder: |
|
|
|
|