Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
An open source Ruby on Rails content management system for small business.
For more screenshots, example sites & high level information: http://refinerycms.com
Refinery is great for small business sites where the client needs to be able to update their website themselves without being bombarded with anything too complicated.
Unlike other content managers, Refinery is truly aimed at the end user making it easy for them to pick up and make changes themselves.
Refinery runs using a number of gems which (as of Refinery version 0.9.5.29) are outlined below:
gem install refinerycms
refinery path/to/project
git clone git://github.com/resolve/refinerycms.git mynewsite.com
cd ./mynewsite.com
git remote rm origin
git remote add origin git@github.com:you/yournewsite.git
mv ./config/database.yml.example ./config/database.yml
Firstly, edit config/database.yml
to reflect your database server details.
Next create your database and fill it with Refinery's default data:
rake db:setup
After your database exists, you'll need to install the gems that Refinery depends on. You can do this by running:
rake gems:install
ruby script/server
Now visit http://localhost:3000 and your Refinery site should be running.
You will be prompted to setup your first user.
If you're using Heroku you will want to put
USE_S3_BACKEND = true
in your config/production.rb
file to make Refinery store files uploaded on Amazon S3.
Simply run the command:
refinery-update-core path/to/project/root/
and the up-to-date core files will be copied from the latest gem into your project.
You can update by running these commands:
git remote add refinerycms git://github.com/resolve/refinerycms.git
git pull refinerycms master
This will pull in all of the updated files in the project and may result in some merge conflicts which you will need to resolve.
Extend Refinery easily by running the Refinery generator
ruby script/generate refinery
to get help on how to use that. Or read the full documentation on writing plugins for Refinery
If you have installed Refinery using GIT (described above in step 1 of installing Refinery) then you'll be able to run the tests. At your Rails root run:
rake test
Check out the portfolio plugin gem
Refinery is released under the MIT license and is copyright (c) 2005-2009 Resolve Digital Ltd.
FAQs
Unknown package
We found that jacobat-refinerycms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.