Menu

Tree [r7] /
 History

HTTPS access


File Date Author Commit
 bin 2008-10-07 osl314 [r7] Corrected ugly error messages at login screen.
 css 2007-06-04 osl314 [r1] Import for 0.1 release
 images 2007-06-04 osl314 [r1] Import for 0.1 release
 js 2007-06-04 osl314 [r1] Import for 0.1 release
 log 2007-06-04 osl314 [r1] Import for 0.1 release
 metadata 2007-06-04 osl314 [r1] Import for 0.1 release
 pages 2007-06-04 osl314 [r1] Import for 0.1 release
 session 2007-06-04 osl314 [r1] Import for 0.1 release
 templates 2007-06-04 osl314 [r1] Import for 0.1 release
 tmpfiles 2007-06-04 osl314 [r1] Import for 0.1 release
 README 2007-08-23 osl314 [r6] added indstructions for extracting from tgz to ...
 gensql.sql 2007-06-05 osl314 [r3] gensql: Added missing tables to ob_sysids table
 index.html 2007-06-05 osl314 [r4] Changed name for admin account in index.html

Read Me

ABOUT

Jobmeet is a web plattform proving facilitiating encounters between companies proving job offers and employment candidates proving CVs. It is intended for installation by webmasters for example in medium- to large-sized companies, local government bodies, and professional or regional organizations. Companies can publish job offers and manage received applications. Candidates can search for, view, and apply for job offers. Both the candidate and the company can track the application status in real time.

It is implemented on top the PhpOpenBiz platform and currently only available in Spanish language.

LICENCE
JobMeet is licenced under the Gnu Public Licence (GPL). 
For further information see http://www.gnu.org/copyleft/gpl.html.


DOWNLOAD AND INSTALLATION


 1. Check out the code from svn or donaload and unpack a release
    For svn checkout:
         svn co http://jobmeet.svn.sourceforge.net/svnroot/jobmeet
    For downloaded release:
         tar zxvf jobmeet-0.1.tgz

 2. Create the mysql database:

    mysql> CREATE DATABASE jobmeet;
    mysql> GRANT ALL ON jobmeet.* TO 'jobmeet'@'localhost' IDENTIFIED BY 'jobmeet';
    mysql> source jobmeet/gensql.sql

 3. Make sure the web server has write permissions to the following subdirectories:
    * jobmeet/session/
    * jobmeet/metadata/__cmp/
    * jobmeet/metadata/service/__cmp/
    * jobmeet/templates/cpl/
    * jobmeet/log/

4. Point your webbrowser to the url under which you installed JobMeet.

The admin user is created in gensql.sql. The username and password generated by default are 'admin' and 'admin', respectively.



Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.