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
Please refer to **Note regarding webserver** in [Requirements](#requirements) section. If you are using php local dev server, please start the server at two different ports (say 8000 and 8080) in two terminal windows as below:
185
+
Please refer to **Note regarding webserver** in [Requirements](#requirements) section.
186
+
If you are using php local dev server, please start the server at two different ports
187
+
(say 8000 and 8080) in two terminal windows as below:
187
188
188
189
In first terminal window,
189
190
@@ -195,10 +196,11 @@ In second terminal window,
195
196
cd /path/to/auth
196
197
php app/console server:run 127.0.0.1:8080
197
198
198
-
You may also need to configure parameters.yml accordingly. Then in a browser, you may use http://127.0.0.1:8000 to run this package.
199
-
200
-
Alternatively, if you have successfully configured Apache2, then modify parameters.yml accordingly can start using the package vide say, http://auth.dev.
199
+
You may also need to configure parameters.yml accordingly. Then in a browser, you may use
200
+
http://127.0.0.1:8000 to run this package.
201
201
202
+
Alternatively, if you have successfully configured Apache2, then modify parameters.yml
203
+
accordingly can start using the package vide say, http://auth.dev.
202
204
```
203
205
204
206
#### 1. Test API
@@ -245,8 +247,11 @@ Here's the TODO list for the next release (**2.0**).
245
247
*[ ] Refactoring the UserController to use API from AuthController instead using FOSUserBundle so that CRUD comes from a single source.
246
248
*[ ] Add provision for admin to reset password for a user.
0 commit comments