Coder Social home page Coder Social logo

gorkalaucirica / bamboo-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arkaitzgarro/bamboo-admin

0.0 1.0 0.0 19.8 MB

Admin project for bamboo project

License: MIT License

PHP 7.15% CSS 19.21% JavaScript 72.78% CoffeeScript 0.13% Shell 0.13% LiveScript 0.07% ActionScript 0.19% Go 0.08% Python 0.26%

bamboo-admin's Introduction

Bamboo Admin

Welcome to the Bamboo Admin - a fully-functional backend built for Elcodi components.

As Bamboo Admin uses Composer to manage its dependencies.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

$ curl -s http://getcomposer.org/installer | php

Requirements

The sample application has a few requirements:

Installation

Use the create-project command to generate a new Bamboo Store application:

$ php composer.phar create-project elcodi/bamboo-admin <path/to/install> dev-master

Composer will install Bamboo Admin and all its dependencies under the path/to/install directory.

System check

Make sure that your local system is properly configured for Bamboo Admin.

Enter the path/to/install drectory and execute the check.php script from the command line:

$ php app/check.php

The script returns a status code of 0 if requirements are met, 1 otherwise.

Schema and Fixtures

Create the database and the schema

$ php app/console doctrine:database:create
$ php app/console doctrine:schema:create

You can now load the sample data by using the doctrine:fixture:load command. Remember that all Bamboo fixtures are placed in a repository called BambooFixtures, so you must configure the --fixtures option

$ php app/console doctrine:fixtures:load --fixtures="vendor/elcodi/bamboo-fixtures"

Install the assets

$ php app/console assets:install web
$ php app/console assetic:dump

Run the application

You can run the application using php's built-in web server.

$ php app/console server:run localhost:8080

Point your browser to http://localhost:8080 and you are done!

Login as an admin user

You can login as an already registered admin user using these credentials.

bamboo-admin's People

Contributors

alch avatar arkaitzgarro avatar gorkalaucirica avatar hacfi avatar mmoreram avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.