Skip to content

tmars/BlogTender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#BlogTender

Конкурс блогов

##Установка

  1. Клонирование и настройка репозитория.
    git clone https://github.com/tmars/BlogTender.git
    cd BlogTender
    git config core.filemode false
    git submodule init
    git submodule update
    git submodule foreach git config core.filemode false
    chmod -R 777 * 
  1. Настройка базы данных. Необходимо создать файл app/config/db_parameters.yml со следующим содержанием в соответствии с вашими настройками
parameters:
    database_driver:   pdo_mysql
    database_host:     localhost
    database_port:     ~
    database_name:     blog_tender
    database_user:     user
    database_password: password
  1. Разворачивание базы данных
    php app/console doctrine:database:create
    php app/console doctrine:schema:update --force
    php app/console doctrine:fixtures:load
  1. Распаковка файлов в папку web/
    php app/console assets:install

About

BlogTender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors