Skip to content

tyoshii/bms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baseball Management System

REQUIRE

php5.X mysql5.X

RELEASE

# git clone and update submodule
$ git clone --recursive https://github.com:tyoshii/bms
$ cd bms
$ git submodule init
$ git submodule update

# copy config file ( and edit )
$ cp fuel/app/config/_password.php fuel/app/config/password.php
$ cp fuel/app/config/_salt.php     fuel/app/config/salt.php
$ cp fuel/app/config/_crypt.php    fuel/app/config/crypt.php

# database setting
# - for development
$ vi fuel/app/config/development/db.php

# - for production
$ vi fuel/app/config/production/db.php

# httpd conf copy and edit
$ cp conf/virtualhost-bms.conf ${HTTP_CONF_ROOT}/
    ## edit settings:
    ### ServerName
    ### DocumentRoot
    ### SetEnv FUEL_ENV

# deploy only production ( mkdir/copy/symlink dir/file )
$ cp deploy
$ sudo perl deploy.pl

ADMIN ACCOUNT

$ php oil console >>> Auth::create_user('admin', 'password', '[email protected]', 100);

CAUTION

check it: apache user

IGNORE FILES

fuel/app/config/salt.php
fuel/app/config/password.php
fuel/app/config/crypt.php

About

BMS - Baseball Management System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published