Table of Contents
Once you've installed the WACS packages on your computer, the next step is to actually get WACS itself up and running. Since WACS is expected to have a huge number of images and video clips to look after and a whole lot more information about how they relate to one another and what they contain, it uses a database to store all the information it needs. WACS can in fact use pretty much any relational database package for that although we currently support just two options: MySQL 5.x and Oracle 10/11. However before WACS can use that relational database, it needs to have it's own database account, workspace area, data structures and configuration data created. This can be fairly complex task unless you're an experienced DBA (DataBase Administrator) and this chapter will guide you through this process.
When it comes to creating the initial databases needed by WACS in order to function, you have up to three possible options:
Tip | |
---|---|
If you have installed WACS using either the Ubuntu |
Note | |
---|---|
If you are doing the installation with easyinstall the necessary steps are taken as part of that process and you don't need to replicate them. |