8000 GitHub - ParallelDevs/pdevspm: Open source Project Management
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ParallelDevs/pdevspm

Repository files navigation

Project Management

Build Status SensioLabsInsight

Description

THIS IS A WORK IN PROGRESS

Installation

Database

First you need a database (duh! obviously) but seriously you need to have your database already created because when you install the php dependencies it will ask you the database credentials as part of the installation process. Don worry about the schema, you can create that part later.

PHP

First Install your php dependencies by running composer install. After it finnish the installation process it'll ask you for your database credentials. If you dont enter the correct credentials the installation process will fail. After that it'll ask you for mailer options. Just hit enter until stops asking you things. If any of this fails, don't worry, you can edit app/config/parameters.yml later and run composer install again.

Schema

This step is very easy, just run the following commands:

./bin/console doctrine:schema:create --env=test
./bin/console doctrine:fixtures:load -n --env=test

This first one will create the schema and the second one will create all the need it data to checkout the project or just start development. This will also create a user for testing proposes. Dont use it in production!

username: admin
password: admin

Assets

At this point the app is running but it doesn't look good. Don't panic! You just need to compile the assets. For that you need to have node/npm, gulp and (bower)[http://bower.io/] installed globally in your machine. If that's the case just run the following commands:

npm install
bower install
gulp

About

Open source Project Management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0