Installing the Alpha Release of Archaeology Note Book
Talking Points
Features (Demo)
Menus:
File: currently only has exit, but in the future we plane to include data backup functionality in addition to the synchronization abilities the application already has.
Squares: Allows you to:
- Create new squares,
- Add a log page to the current square
- Add a locus to the current square. DON'T ADD ANY YET...
Tabs: We also have tabs that relate to the Site, Field and the Squares.
- Site Information is pretty sparse! Undoubtedly we'll add more as we have need. We do not save multiple sites in a database. So this is not saved in the Database (and for most of use, we don't really concern ourselves with it.)
- Field information: D (according to Madaba plains this is a single letter designation). We don't have multiple fields this summer so we won't be changing this either.
- Square Information! This is your place to be! You will now notice a bunch of new tabs:
- Square Tabs are on the right,
- Elements of the square that you might edit:
- Earth Loci
- Architectureal Loci
- Installation Loci
- Daily Logs
- Notice the current square (S31), Under Earth has a Locus Tab list on the left that includes a Locus named 1000 (also must be an integer).
- Lets Create one of each! (talk about the need of being precise)
Software installs
You can install the software in two scenarios. First as a single install for your own personal use. Second you can install this for use with a server.
Single System Install
If you would like to install this for testing, please contact Dr. Anderson at scot@southern.edu to obtain binarys.
- You must install Sql Server 2008. This is available on the CD we distributed at the training.
Run the InstallSQL.bat first This will silently install SQL Server in the right location.
- Run the setup.exe. This will install the Archaeology Note Book application.
After the setup completes you will have a Sql Scripts directory on your desktop. These must be run in SQL Management Studio in the following order:
00_CLR_INTEGRATION_ON.sql
00_ConAggregate.sql
00_CREATE_ALL_v3.sql
In future versions we will make this into one install process. You do not need 00_DESTROY_ALL.sql, but it is included in case you need or desire to wipe out the tables and views and start with a fresh database.
Once that is completed, you can start the application from your start menu.
Server Install
This scenario uses a server that clients can synchronize the photos and database records to.
Server setup
We used a virtual machine just in case we needed to move the server to another physical machine plus it makes an easy backup point.
- Install windows server on a virtual machine:
- Install windows server
- Install Virtual Box guest additions or VMware tools if you are using a virtual machine.
- Install a windows domain (let the install put in the DNS server as well).
Create two shares on the server, one for photos and one for drawings. Note the two share paths for later.
- Install SQL Server on the windows server. Make sure to install all components having to do with replication as later we will setup the clients to subscribe to this database.
- Install the database:
- First you need to create the database using the scripts