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

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

detailed instructions as to what to do once installed

File size: 1.1 KB
RevLine 
[27289]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/localtest
9*
101. Run:
11* afr-makelinks
12* to populate:
13* $GEXTAMP_INSTALLED/htdocs/afrepo/audio
14* with MD5 hashmap values based on the audio filenames in:
15* $GEXTAMP_INSTALLED/htdocs/afrepo/import-mp3
16*
172. Followed by:
18* ./AFR-CLASSIFY.sh
19* to associate (where possible) Echonoest and/or MusicBrainz Linked Data
20* with each MD5 hashmapped audio file
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.