public inbox for gentoo-project@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-project] Recruiters web application – please help testing
@ 2010-08-04  8:21 Joachim Bartosik
  0 siblings, 0 replies; only message in thread
From: Joachim Bartosik @ 2010-08-04  8:21 UTC (permalink / raw
  To: gentoo-project

If you prefer to read this with some formatting wisit [0].

Hello,
please help testing web application I’m developing for Gentoo Recruiters team.

Demo
Here[1] is an instance of the application you can use for testing. If
you do please remember a few things:

   * Don’t use your real email. There is no need to. There is no point to.
   * This instance can not send email notifications.
   * I will probably wipe its database from time to time so don’t put
anything you don’t want deleted there.

Sources

If you want to read sources or run your own instance of the
application you can obtain sources of the application from git
repository on overlays.gentoo.org [2]. When running your own instance
of application remember a few things:

   * If you start application in ‘development’ mode it will be
incredibly slow. You will be able to choose user from drop down list
instead of logging in.
   * It’s tested for PostgreSQL and MySQL, probably will work with SQLite.

To get started do following:

git clone git://git.overlays.gentoo.org/proj/recruiting-webapp.git
cd recruiting-webapp
rake prepare:config db=mysql # you can use db=sqlite3 or db=postgres
nano config/config.yml # fill in usernames, passwords and database names
rake db:schema:load
rake gems:install # or `gem install hobo bluecloth`
./script/server -e production

then wait a few second for server to start (at my machine it takes
about 10s) and visit 127.0.0.1:3000 .


[0] http://ahenobarbi.wordpress.com/2010/08/03/recruiters-web-application-please-help-testing/
[1] http://fierce-dusk-37.heroku.com/
[2] http://git.overlays.gentoo.org/gitweb/?p=proj/recruiting-webapp.git



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-04  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04  8:21 [gentoo-project] Recruiters web application – please help testing Joachim Bartosik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox