Skip to content

Commit

Permalink
Merge pull request #4 from previewict/development
Browse files Browse the repository at this point in the history
Take update from development branch
  • Loading branch information
shahariaazam committed May 12, 2015
2 parents 1f6f9d2 + 248f063 commit c54f357
Show file tree
Hide file tree
Showing 13 changed files with 2,725 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
tmp/*
.DS_STORE
composer.lock

/propel/*
!/propel/propel.sample
!/propel/runtime-conf.sample
!/propel/schema.sample
!/propel/generated-classes/.gitkeep



propel/generated-conf/config.php
/tmp/*

.idea/*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ sudo ../vendor/propel/propel/bin/propel config:convert
* Again go to your project root and make `/tmp` writable
```bash
cd /var/www/yourprojectdirectory
#need once more composer install command to autoload newly generated propel classmap
sudo composer install
sudo chmod 777 tmp/ -R
```

Expand Down
Loading

0 comments on commit c54f357

Please sign in to comment.