Browse Source

add output folder example

pull/8269/head
Alper Ebicoglu 5 years ago
committed by GitHub
parent
commit
4d87a96fa6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/CLI-New-Command-Samples.md

4
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:

Loading…
Cancel
Save