forked from Pardus-Linux/appinfo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
30 lines (21 loc) · 908 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
AppInfo
-------
Package Management System indepented, package metadata
information management system.
For now it just supports Pisi (Pardus Package Management System):
Following dependencies must be installed:
- Python 2.6>
- sqlite3
- pisi
Creating a Score DB
===================
Server Settings
~~~~~~~~~~~~~~~
$ appinfo -c # Creates an empty db named appinfo.db
$ appinfo -f PATH/TO/DB -p # Reads and uptades packages in the appinfo score db
$ appinfo -f PATH/TO/DB PACKAGE_NAME SCORE # To update current score of the PACKAGE_NAME with SCORE in given DB
Client Settings
~~~~~~~~~~~~~~~
$ appinfo -s SERVER_URL # Sets appinfo remote server for client side
$ appinfo -u # Updates remote db from server settings if requires
$ appinfo PACKAGE_NAME # To get current score of the PACKAGE_NAME