Difference between revisions of "Development"
From MusicBrainz Wiki
Jump to navigationJump to search (→Clients: added libmusicbrainz) |
(more links) |
||
Line 2: | Line 2: | ||
== Getting started == |
== Getting started == |
||
+ | |||
# [[/Introduction|Introduction]] |
# [[/Introduction|Introduction]] |
||
+ | # [[Developer Resources]] |
||
== Clients == |
== Clients == |
||
Line 15: | Line 17: | ||
== MusicBrainz server == |
== MusicBrainz server == |
||
+ | # [[Server Setup|Server Setup]] |
||
+ | # [[Server Coding Style]] |
||
# [[/Coding Conventions|Coding Conventions]] |
# [[/Coding Conventions|Coding Conventions]] |
||
# [[/MusicBrainz Server Environment Variables|Environment Variables]] |
# [[/MusicBrainz Server Environment Variables|Environment Variables]] |
||
# [[/ws/js|/ws/js webservice documentation]] |
# [[/ws/js|/ws/js webservice documentation]] |
||
+ | # [[MusicBrainz Sandbox]] |
||
+ | # [[Test Server]] |
||
== Search server == |
== Search server == |
||
# [[/Search server setup|Search server setup]] |
# [[/Search server setup|Search server setup]] |
||
+ | |||
+ | == MusicBrainz Database == |
||
+ | |||
+ | # [[Database Schema]] |
||
+ | # [[Database Download]] |
||
+ | # [[Database Setup]] |
Revision as of 09:47, 1 March 2012
This page collects documents useful for Developers.
Getting started
Clients
Picard
MusicBrainz server
- Server Setup
- Server Coding Style
- Coding Conventions
- Environment Variables
- /ws/js webservice documentation
- MusicBrainz Sandbox
- Test Server