bukaspalad

所属分类:R语言
开发工具:PHP
文件大小:0KB
下载次数:0
上传日期:2019-10-22 03:42:07
上 传 者sh-1993
说明:  Bukas Palad是菲律宾救济和捐赠中心的捐赠和资源管理系统
(Bukas Palad is a Donation and Resources Management System for Relief and Donation Centers here in the Philippines)

文件列表:
application/ (0, 2014-09-23)
application/bundles.php (1331, 2014-09-23)
application/config/ (0, 2014-09-23)
application/config/application.php (6208, 2014-09-23)
application/config/auth.php (2269, 2014-09-23)
application/config/cache.php (2253, 2014-09-23)
application/config/database.php (3420, 2014-09-23)
application/config/error.php (2162, 2014-09-23)
application/config/mimes.php (3657, 2014-09-23)
application/config/project.php (52, 2014-09-23)
application/config/session.php (3276, 2014-09-23)
application/config/settings.php (99, 2014-09-23)
application/config/strings.php (4902, 2014-09-23)
application/controllers/ (0, 2014-09-23)
application/controllers/base.php (523, 2014-09-23)
application/controllers/dashboard.php (486, 2014-09-23)
application/controllers/data.php (9434, 2014-09-23)
application/controllers/home.php (299, 2014-09-23)
application/controllers/user.php (758, 2014-09-23)
application/language/ (0, 2014-09-23)
application/language/ar/ (0, 2014-09-23)
application/language/ar/pagination.php (503, 2014-09-23)
application/language/ar/validation.php (5684, 2014-09-23)
application/language/bg/ (0, 2014-09-23)
application/language/bg/pagination.php (510, 2014-09-23)
application/language/bg/validation.php (5830, 2014-09-23)
application/language/da/ (0, 2014-09-23)
application/language/da/pagination.php (506, 2014-09-23)
application/language/da/validation.php (4730, 2014-09-23)
application/language/de/ (0, 2014-09-23)
application/language/de/pagination.php (505, 2014-09-23)
application/language/de/validation.php (4926, 2014-09-23)
application/language/en/ (0, 2014-09-23)
application/language/en/pagination.php (500, 2014-09-23)
application/language/en/validation.php (4659, 2014-09-23)
application/language/fr/ (0, 2014-09-23)
... ...

#Bukas Palad http://bukas-palad.org ##Donation and Resources Management System **Bukas Palad** is self-hosted Donation and Resources Management System designed to help relief/donation centers handle donations given by people and managing resources used to repackage, assign and transport donation packs to areas that need them. It allows for multiple team members to use it at the same time, and helps keep everybody updates by publishing all activity to an update stream. ##Free (as in Beer) and Open-Source As an open-source web application, relief/donation centers are able to download the application, install it locally and use it with or without the internet. ##Technology **Bukas Palad** relies on the amazing Twitter Bootstrap (http://twitter.github.com/bootstrap) for the front-end and the awesome Laravel PHP Framework (http://laravel.com) for the backend. PHP/MySQL powers **Bukas Palad** since it makes it even more easier to install on any computer as opposed to other technologies (e.g. a person can create a portable version of the whole application, complete with XAMPP and the **Bukas Palad** code). #Setting up Bukas Palad When setting up the **Bukas Palad** application, make sure to: 1. Create a VirtualHost on your web server and point it to the **public** folder. 2. Edit the **application/config/database.php** file credential to match the local MySQL database 3. Edit the **application/config/settings.php** file to edit the **Bukas Palad** application settings: - **pin** - the group pin to be used by everyone to log into the system - **group_name** - the group name to show on the home page - **show_group_pin** - set this to **true** to show the pin on the home page 4. Run **php artisan migrate:install** to enable migrations 5. Run **php artisan migrate** to run the migrations #Contibuting to the Bukas Palad Source ##Setting up your machine with the the Bukas Palad repository and your repository fork 1. Fork the main Bukas Palad repository (https://github.com/webpilipinas/bukaspalad) 2. Fire up your local terminal and clone the **MAIN BUKAS PALAD REPOSITORY** (git clone git://github.com/webpilipinas/bukaspalad.git) 3. Add your **FORKED BUKAS PALAD REPOSITORY** as a remote (git remote add fork git@github.com:**github_username**/bukaspalad.git) ##Making pull-requests 1. Before anything, make sure to update your local copy of the **MAIN BUKAS PALAD REPOSITORY**. (git checkout master; git pull origin master) 2. Once updated with the latest code, create a new branch with a branch name describing what your changes are (git checkout -b bugfix/login-system) Possible types: - bugfix - feature - improvement 3. After creating your code in the branch, commit the code. Always make sure to sign-off (-s) on all commits made (git commit -s -m "Commit message") 4. Once you've committed all the changes for this branch, push the branch to your **FORKED BUKAS PALAD REPOSITORY** (git push fork bugfix/login-system) 5. Go back to your **FORKED BUKAS PALAD REPOSITORY** on GitHub and submit a pull-request for that commit. 6. Once your code has been reviewed and tested, it will be merged into the main repository

近期下载者

相关文件


收藏者