-
Notifications
You must be signed in to change notification settings - Fork 18
BBYIDX is a free and open source idea-gathering application written in Ruby and distributed under the GNU Affero General Public License.
License
thiyagarajan/BBYIDX
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To get the app running, you will need to edit the following files to customize everything for your environment: config/environment_custom.rb config/database.yml config/newrelic.yml (if you want performance metrics from NewRelic) config/twitter.yml (if you want Twitter integration) config/facebooker.yml (if you want Facebook integration) To customize the UI, edit / create files in the following directories: app/views/custom/ public/stylesheets/sass/ public/images/ UI elements that pertain to your brand need not be contributed back to the open source project. ================== To set up the database, if you are using MySQL, you'll need to make sure the user configured in database.yml has permission to use the "load data" command: grant file on *.* to bbyidx; To set up the database: rake db:create # if you haven't created it already through your DB admin tool rake db:migrate rake db:seed You will be prompted to provide an email address and password for the admin user. Now give your installation a test drive! script/server To verify your installation: rake test moved repo to BBYOpen. Testing pull into forks. Testing pull again.
About
BBYIDX is a free and open source idea-gathering application written in Ruby and distributed under the GNU Affero General Public License.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published