[go: up one dir, main page]

Menu

[ab7a0e]: / doc / README.dronescan  Maximize  Restore  History

Download this file

22 lines (11 with data), 457 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21

Creating dronescan DB configuration
-----------------------------------

First, create the dronescan database in pgql:

/usr/local/pgsql/bin/createdb dronescan

Next, add the dronescan user:

/usr/local/pgsql/bin/createuser dronescan

Just answer yes to all questions.

Finally, add the .sql file:

/usr/local/pgsql/bin/psql dronescan < dronescan.sql

This will create the database called dronescan, and db user dronescan, 
with default (empty) password.