Re: Fedena package on openSUSE Edu Li-f-e 12.1
Jigish Gohil <[email protected]>
| Newsgroups | gmane.linux.suse.schools.usa |
|---|---|
| Message-ID | <CAJBfPahGnUk95BDSOcwcwgs9fkJLYeBzazC8WNTyZC0-ZrN4BA@mail.gmail.com> |
On Thu, Dec 22, 2011 at 11:50 AM, Andi Sugandi <[email protected]> wrote: > Hi all, > > Congratulation of the openSUSE Edu Li-f-e 12.1 release (thought not > yet officially announced), we in Indonesia are really happy that > finally get it downloaded and will soon install it this week (at > least) on my school Labs. > > http://lists.opensuse-id.org/pipermail/milis-opensuse-id.org/2011-December/012835.html > http://paste.opensuse.org/41838758 > > Btw, any problem about Fedena package? I can not find it through > 'zypper search' or via: > http://software.opensuse.org/search?p=1&baseproject=ALL&q=fedena > > But it is available on Education OBS page: > https://build.opensuse.org/package/binaries?package=fedena&project=Education&repository=openSUSE_12.1 > Fedena is preinstalled on Li-f-e media, all you have to do is setup mysql, follow these steps to get it working rcmysql start mysqladmin -u root password 'yournewrootpassword' cd /srv/www/fedena/ vi config/database.yml #change mysql root password Run the command rake db:create. This will create the required databases. Run the command rake db:migrate. This will populate the database with required tables. Finally, run the command ruby script/server .This would start the server and it will be accessible at http://localhost:3000 Cheers -J -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]