
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
_ _
_ __ __ _ _ __| | ___ _ __ ___ ___ _ __ | |_
| '_ \ / _` | '__| |/ _ \ '_ ` _ \ / _ \ '_ \| __|
| |_) | (_| | | | | __/ | | | | | __/ | | | |_
| .__/ \__,_|_| |_|\___|_| |_| |_|\___|_| |_|\__|
|_|
On debian, here are the commands used to setup a parlement server:
~ createuser /your_login/ ~ exit
Basically this install postgresql, ruby and the ruby driver to psql. Ruby on Rails is database agnostic, parlement will be sometimes in the future.
You need to install "ruby gems":http://docs.rubygems.org
And then:
Only if you expect to develop and do any release:
For i18n:
The database is setup for user "manu", you may need to change the file config/database.yml for your own settings.
Change config/environment.rb to set the domain, default is something like 'leparlement.org', use your web site or email domain.
When you want to setup your server as a node in the graph of servers, redirect your incoming mails to your parlement. In procmail (or any other mail filtering tool), define this kind of rule: :0 c * ^TO parlement|leparlement.org | /home/manu/parlement/trunk/script/runner 'Mailman.receive STDIN.read'
Once you have everything set up (ruby, postgresql, redcloth, irb), you can initialise and launch parlement this way:
~ svn checkout svn://rubyforge.org/var/svn/parlement/trunk parlement ~ cd parlement # Go into the right folder ~ rake db:create # Create the db ~ ruby ./script/server # Launch the server
Now you can go to http://localhost:3000 with your browser.
To setup an apache configuration:
You can check that everything works all right on your machine with the testing suite: ~ rake
__ __ _
\ \ / /__| | ___ ___ _ __ ___ ___
\ \ /\ / / _ \ |/ __/ _ \| '_ ` _ \ / _ \
\ V V / __/ | (_| (_) | | | | | | __/
\_/\_/ \___|_|\___\___/|_| |_| |_|\___|
FAQs
Unknown package
We found that parlement demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.