This tutorial will you help with your first steps of using Bancha.
CakePHP Setup:
- Download CakePHP latest
- Delete the app folder
- Open the terminal inside the cake folder and type: git clone --recursive https://github.com/Bancha/BanchaSuperSimple.git app (alternativly download this project inside /app)
- Configure your app/Config/database.php, then go in your console inside app/ and execute "./Console/cake" schema create to create all the tables
- Open /bancha/setup-check.html to see if everything works.
ExtJS Setup:
- Download ExtJS 4.
- Place ext-all.js and ext-all-dev.js inside app/webroot/js/ and the ExtJS ressources folder into app/webroot/css/
That's it, enjoy!
Comming soon...
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.