Useful Links
Uit Covide
Inhoud |
Procedure for developers
What you need to develop on Covide. On this page we give you all the information for setting up a development environment to develop Covide. Experienced developers are happy to help you if you are just as motivated as they are!
Usage of Coding Guidelines, SVN and Reviewboard
A serious project requires a serious approach.
- Therefore we use strict Coding Guidelines.
- For version control we use SVN. Need to follow the procedure.
- We only accept patches through our Reviewboard. See point six from this page
- For those with commit access, please read the documentation about Developer branches and our Commit Guidelines
If problems occur in SQL-queries after running SVN UPdate
If problems occur in SQL-queries after running SVN UPdate please run the following command to run all patches again:
$ cd /path/to/covide/code $ cd sql/mysql/patches/ $ for a in $(ls *.sql); do mysql -f -h mysqlserver -u username -ppassword covidedatabase < $a; done
So if your database server is localhost, your mysql username is foo, your mysql password is bar and your covide database is baz, and you have Covide installed in /var/www/covide, this will look like:
$ cd /var/www/covide $ cd sql/mysql/patches/ $ for a in $(ls *.sql); do mysql -f -h localhost -u foo -pbar baz < $a; done
Covide homepage of the project
The page where you start having technical information of this project. If you have no account, create one quickly via the link on the top of the linked page.
How to earn money
On this page we publish the flow on our Bounty page. This is the marketplace for Covide development. On this page we describe the process on how to develop on the project and earn money.
If you're not located in The Netherlands, we advise you to create an account on oDesk as provider. Payments will be processed through this environment. Guaranteed.
This developers Wiki
You can use this Wiki for all your development questions. It was made by IT Outsourcing Asia
