Gentoo Archives: gentoo-project

From: Joachim Bartosik <jbartosik@×××××.com>
To: gentoo-project@l.g.o
Subject: [gentoo-project] Recruiters web application – please help testing
Date: Wed, 04 Aug 2010 09:02:45
Message-Id: AANLkTimjDdqe-nKv6Mq5XN6+gZYxdXyYXWNMBm0Eo0o5@mail.gmail.com
1 If you prefer to read this with some formatting wisit [0].
2
3 Hello,
4 please help testing web application I’m developing for Gentoo Recruiters team.
5
6 Demo
7 Here[1] is an instance of the application you can use for testing. If
8 you do please remember a few things:
9
10 * Don’t use your real email. There is no need to. There is no point to.
11 * This instance can not send email notifications.
12 * I will probably wipe its database from time to time so don’t put
13 anything you don’t want deleted there.
14
15 Sources
16
17 If you want to read sources or run your own instance of the
18 application you can obtain sources of the application from git
19 repository on overlays.gentoo.org [2]. When running your own instance
20 of application remember a few things:
21
22 * If you start application in ‘development’ mode it will be
23 incredibly slow. You will be able to choose user from drop down list
24 instead of logging in.
25 * It’s tested for PostgreSQL and MySQL, probably will work with SQLite.
26
27 To get started do following:
28
29 git clone git://git.overlays.gentoo.org/proj/recruiting-webapp.git
30 cd recruiting-webapp
31 rake prepare:config db=mysql # you can use db=sqlite3 or db=postgres
32 nano config/config.yml # fill in usernames, passwords and database names
33 rake db:schema:load
34 rake gems:install # or `gem install hobo bluecloth`
35 ./script/server -e production
36
37 then wait a few second for server to start (at my machine it takes
38 about 10s) and visit 127.0.0.1:3000 .
39
40
41 [0] http://ahenobarbi.wordpress.com/2010/08/03/recruiters-web-application-please-help-testing/
42 [1] http://fierce-dusk-37.heroku.com/
43 [2] http://git.overlays.gentoo.org/gitweb/?p=proj/recruiting-webapp.git