Skip to content

Commit

Permalink
README uploads folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kabasakalis committed May 27, 2013
1 parent 87d2ac9 commit d226105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ This will make your `config.php` functional both in local development and produc
* In`config/main.php` configure your **database info**.Point to the database you created earlier.
* In`config/main.php`,in params array fill in the **RESTusername** and **RESTpassword** fields.They are used for basic REST authentication.
**Note**:These credentials are sent from the client with custom headers,so your server must allow this.
* Create an `uploads\images\thumbnails' folder structure in project webroot.You can change the names in `ng-yii\src\scripts\config\constants.js`,and `protected\models\Image.php.`
* Create an `uploads\images\thumbnails` folder structure in project webroot.You can change the names in `ng-yii\src\scripts\config\constants.js`,and `protected\models\Image.php`.

### Frontend
You will need Command line tools so it would be ideal if you could use these in your IDE.
Expand Down
2 changes: 1 addition & 1 deletion ng-yii/README.md
Expand Up @@ -33,7 +33,7 @@ This will make your `config.php` functional both in local development and produc
* In`config/main.php` configure your **database info**.Point to the database you created earlier.
* In`config/main.php`,in params array fill in the **RESTusername** and **RESTpassword** fields.They are used for basic REST authentication.
**Note**:These credentials are sent from the client with custom headers,so your server must allow this.
* Create an `uploads\images\thumbnails' folder structure in project webroot.You can change the names in `ng-yii\src\scripts\config\constants.js`,and `protected\models\Image.php.`
* Create an `uploads\images\thumbnails` folder structure in project webroot.You can change the names in `ng-yii\src\scripts\config\constants.js`,and `protected\models\Image.php`.

### Frontend
You will need Command line tools so it would be ideal if you could use these in your IDE.
Expand Down

0 comments on commit d226105

Please sign in to comment.