source: gs2-extensions/afrepo/trunk/src/src/DONE.txt@ 27611

Last change on this file since 27611 was 27611, checked in by davidb, 11 years ago

Improved wording

File size: 1.1 KB
Line 
1
2
3****
4* Afrepo extension now installed in
5* GEXTAMP_INSTALLED=@GEXTAMP_INSTALLED@
6*
7* Place audio files in:
8* $GEXTAMP_INSTALLED/htdocs/afrepo/audio-files
9*
101. Run:
11* afr-makelinks
12* to populate:
13* $GEXTAMP_INSTALLED/htdocs/afrepo/audio-ids
14* with MD5 hashmap based on content in 'audio-files'
15*
162. Followed by:
17* afr-classify-echoprint
18* to associate (where possible) Echonoest and/or MusicBrainz Linked Data
19* with each MD5 hashmapped audio file
20* (this can be re-run as many times as needed to pick up on fingerprints that timed out)
21*
223. Next run in sequence
23* 4s-backend-setup salami
24* 4s-backend salami
25* 4s-httpd -p @4store-port@ salami
26* to initialize and start the 4store 'tripple-store' server
27* ('4s-backend-setup' need only be run the very first time)
28* To stop the server use 'kill' on the process ID *without* the -9 flag
29*
304. And then run:
31* afr-generateall
32* to generate static RDF files and populate the tripple-store backend
33* (the latter is to support Sparql queries)
34*
355. Finally, run:
36* apchectl start
37*
38* And in a web browser load up the URL:
39* @afrepo-http-prefix@/afrepo
40****
41
Note: See TracBrowser for help on using the repository browser.