Skip to content

Commit 406d103

Browse files
Fixes per feedback
1 parent 3af4deb commit 406d103

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -55,27 +55,12 @@ This is an example project, ready to use.
5555

5656
Make this user admin
5757

58-
cd /path/to/auth
5958
php app/console fos:user:create admin ROLE_ADMIN
6059

61-
**Step 5 - Create an OAuth2 Client via command line**
62-
63-
64-
cd /path/to/auth
65-
php app/console aoa:oauth-server:client:create --redirect-uri="http://127.0.0.1:8000/" --grant-type="authorization_code" --grant-type="password" --grant-type="refresh_token" --grant-type="token" --grant-type="client_credentials"
66-
67-
You will get an output like this:
68-
69-
`{
70-
"client_id": "1_1uilrhl1w2rokgg88kg8s0wswogwsggw0044cwc04k8s0oc4sg",
71-
"client_secret": "4g723vbss7i8kc88swok0s4wk4ck4c0w8gc8g4gwwwowsc0owc"
72-
}`
73-
7460
Now you are ready to use the Package!
7561

7662
## Use this Package
7763

78-
7964
1. Test API
8065
2. Use API via a Mobile Client
8166
3. Backend Administration
@@ -107,5 +92,5 @@ In a browser, goto the package site by http://127.0.0.1:8000. This is the Backen
10792

10893
The salient features of the Backend are:
10994
* The Backend is internationalization enabled. It currently supports English, French and Hindi.
110-
* Options have been provided to pick desired front-end theme for the Backend. The choices available are - Bootstrap, Materialize and Skeleton. However, the design is open-ended and you may add your preferred theme easily.
95+
* Options have been provided to pick desired front-end theme for the Backend. The choices available are - Bootstrap, Materialize and Skeleton. **To change the theme, modify key "fronend_theme" in parameters.yml accordingly.** However, the design is open-ended and you may add your preferred theme easily. Please also note that theming has only been provided for base and nav. Other top level stuff is using bootstrap, you can theme as per your choice using base theme.
11196
* The Web user management pages are coming directly from FOSUserBundle views. You may override these pages, per your need.

0 commit comments

Comments
 (0)