Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuaestes/office-merit-badges
ruby make office merit badge
https://github.com/joshuaestes/office-merit-badges
Last synced: 1 day ago
JSON representation
ruby make office merit badge
- Host: GitHub
- URL: https://github.com/joshuaestes/office-merit-badges
- Owner: JoshuaEstes
- License: mit
- Created: 2011-10-22T00:52:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-22T02:58:59.000Z (about 13 years ago)
- Last Synced: 2024-11-08T05:41:48.882Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Office Merit Badges
===================Inter office application that allows office dwellers to sign up, add badges, and
assign badges to other office dwellers.Installation
------------Follow these steps:
git clone git://github.com/JoshuaEstes/Office-Merit-Badges.git /var/www/officemerits
sudo ln -s /var/www/officemerits/config/vhost.conf /etc/apache/sites-enabled/officemerits.conf
sudo sh -c "echo '127.0.0.1 officemerits.local' >> /etc/hosts"
cd /var/www/officemerits
git submodule update --init --recursive
php symfony configure:database "mysql:host=127.0.0.1;dbname=officemerits" DBUSERNAME DBPASSWORD
php symfony doctrine:create-db
php symfony doctrine:build --all-classes --and-migrate --and-load
php symfony plugin:publish-assetsNow point your browser to http://officemerits.local