
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
= DESCRIPTION:
CMS with super natural powers, based on Ruby on Rails
website: http://zenadmin.org licence: MIT
= Getting started
You can now visit http://localhost:3000 (user = admin, password = admin)
These commands do the following:
The 'zena init' task does the following:
Read more: http://zenadmin.org/documentation
== Details
Have a look at the generator used by 'zena' command:
http://github.com/zena/zena/blob/master/config/zena.rb
=== Production
You should use capistrano to ease deployment. See 'config/delploy.rb'.
=== Create a new site
=== Start
=== Stop
=== Login You can now login with 'admin' and the password you used to make the site.
=== Dependencies
=== 1. Original in debian etch (might need to replace jpeg by libjpeg62)
If you want to enable LateX (Pdf generation) tetex-bin tetex-extra latex-ucs
For math mode (inline formulas), you will need latex dviutils gs-gpl imagemagick # use 'dvips' if dviutils is not found. Use 'tetex' if 'latex' not found.
For xsl-fo pdf generation xsltproc fop # (contrib sources needed on debian for 'fop') # use 'libxslt' if the package 'xsltproc' does not exist for your platform.
=== 2. To be installed by hand ruby1.8.6 # wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6.tar.gz # tar xzf ruby-1.8.6.tar.gz # cd ruby-1.8.6 # ./configure --with-openssl # make && make install rubygems # wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz # tar xzf rubygems-1.3.1.tgz # cd rubygems-1.3.1 # ruby setup.rb (if ruby is not found, log out and log back in)
ImageMagick (on Linux) # wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz # tar xzf ImageMagick.tar.gz # cd ImageMagick-* # ./configure # make && make install
ImageMagick (on mac os X using macports) # sudo port install tiff -macosx imagemagick +q8 +gs +wmf
=== 3. install Gems
You can remove "--no-ri --no-rdoc" if you want the documentation # gem install querybuilder rake hoe gettext mongrel mongrel_cluster rmagick tzinfo syntax mongrel_upload_progress uuidtools daemons json capistrano yamltest ruby-debug --no-ri --no-rdoc
Versions:
querybuilder >= 0.5.5 uuidtools >= 2.x
=== Advised tools monit (debian package to monitor your mongrel processes)
=== Install MySQL on Lion (with rbenv: remove the sudo) http://stackoverflow.com/questions/6340174/mysql-gem-on-osx-10-7-lion
FAQs
Unknown package
We found that zena 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
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.