Skip to content

Latest commit

 

History

History
executable file
·
55 lines (34 loc) · 1.94 KB

README.md

File metadata and controls

executable file
·
55 lines (34 loc) · 1.94 KB

Bancha logo

Bancha Sample Project

This is the development playground for Bancha developers, providing sample of how to use Bancha.

Live demo

How to setup the project

CakePHP Setup:

  1. Download CakePHP latest (tested with 2.1.0)
  2. Download this project inside /app
  3. Configure your app/Config/database.php, then go in your console inside app/ and execute "./Console/cake" schema create to create all the tables
  4. Open /bancha/setup-check.html to see if everything works.

For ExtJS Support:

  1. Download ExtJS 4.
  2. Place ext-all.js and ext-all-dev.js inside app/webroot/js/ and the ExtJS ressources folder into app/webroot/css/

For Sencha Touch Support:

  1. Download Sencha Touch 2.
  2. Place sencha-touch-all-debug.js and the resources folder inside app/webroot/js/touch/sencha-touch/

That's it, enjoy!

More information


This package is not for production use. It includes multiple licences, everything works under GNU General Public License version 3 as far as we know, but there is no warranty.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.