source: trunk/docs/docs_users/source/guides/firststeps.rst @ 140

Last change on this file since 140 was 140, checked in by pinsard, 12 years ago

progress on user doc

  • Property svn:keywords set to Id
File size: 1.9 KB

First steps with |project|

Before this

In this document, we supposed that you followed :ref:`get` recommendations.

?

Run the first demo

What will happened ?

You are going to produce a set of HTML and PHP files under :file:`/tmp/superbib/`.

?

Let's go for definition

Go to the working page:

$ cd ${SUPERBIB}/

Prepare output directories:

$ make before

Identify bibliography databank:

$ ln -sf ./data/bibdemo1_dbk5.xml ./biblio.xml

Identify user databank:

$ ln -sf ./data/userdemo1.xml ./user.xml
$ ln -sf ./data/usernemo.dtd ./user.dtd

Define your main page:

$ ln -sf ./data/maindemo1.xml ./main.xml

Build ouptuts

$ make html

Look to outputs

Choose your favorite browser supporting PHP files and open :file:`/tmp/superbib/one/en/main.php`.

?

Ok ?

If something went wrong please send an email to |contact| with output errors

<!-- ++ installation et check --> <!-- ++ autre demo à partir d'un fichier bibtex ou autre --> <!-- ++ ++ comment partir de scratch -->

Docutils System Messages

??
Note: See TracBrowser for help on using the repository browser.