|
|
||||
|
S3DB - Simple and Sloppy Semantic Database
About This Manual
Installation guide
Linux If you downloaded tar.gz file $cd installation directory $tar zxvf s3db.x.x.x.tar.gz If you downloaded zip file $cd installation directory $unzip s3db.x.x.x.zip Windows You can use the zip file utility for windows. i.e. WinZip to upack the S3DB zip file. MySQL $mysql -uroot mysql -p mysql> create database s3db; mysql> grant all privileges on s3db.* to s3dbuser@localhost identified by 's3dbpass'; mysql> flush privileges; Note: The commands above are just an example, you should change the database name, host name, user and password to something only you know. PostgreSQL $su postgres $psql template1 template1=# create user s3dbuser with password 's3dbpass' createdb; $psql -Us3dbuser template1 template1=> create database s3db; Note: The commands above are just an example, you should change the database name, host name, user and password to something only you know. 4. Point your browser to the url where you installed S3DB, for example: http://localhost/s3db and follow the instructions to set up the S3DB (i.e. create database tables, set up site administrator account). See example below.
Note: Make sure your web server can write to your installation directory "> Next / Table of Contents
Email: helenadeus@gmail.com, almeida.jonas@gmail.com
|
|
© 2006 Helena F Deus & Jonas Almeida
|