Skip to content
Manuel-Dellisse edited this page Jun 5, 2015 · 19 revisions

#Welcome to the OWAES wiki! ##What is OWAES? OWAES is a social platform to help job seekers who have difficulties in finding a new job and students who wants to work during their free time. The platform uses gamification to make finding offers more attractive. You can also promote yourself by uploading work experiences and projects on your profile page. Because OWAES want you to make a portfolio to introduce you to the labor market.

Important! The platform uses a complementary currency system only usable on the platform and cannot be converted. You earn credits by completing work offers and by renting rooms or equipment. You can spend your credits on courses and by hiring rooms or equipment.

##Getting started

###1. Repository structure
The repository has 4 branches “0-work”, “1-dev”, “2-beta” & “master”.
0-work is where developers will work on. Which means, every collaborator must work on this branch.
1-dev is used when 0-work has working code by merging 0-work into 1-dev.
2-beta is used the same way as 1-dev if the code on 1-dev has passed the tests.
And last the master branch will contain code from 2-beta after satisfying tests.

###2. Deployments
Each branch represents a state and are deployed on different domains with different databases.
0-work: https://work.owaes.org (introduction new features and very little test data)
1-dev: https://dev.owaes.org (new features and dummy data, more or less a closed beta)
2-beta: https://demo.owaes.org (open beta with data inserted by anyone)
master: https://start.owaes.org (end version with stable features and real data from members)

##Contributing You can contribute by forking OWAES and sending pull requests afterwards.

##Documentation

More information at FAQ.