Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leklund/990-search
https://github.com/leklund/990-search
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leklund/990-search
- Owner: leklund
- Created: 2013-03-14T22:32:35.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T22:33:40.000Z (almost 12 years ago)
- Last Synced: 2024-10-25T13:01:11.127Z (3 months ago)
- Language: Perl
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
1. run get_meta.pl
2. patch:
after you run get_meta.pl, run this in the manifests directory:
for i in *.patch; do patch -p0 --dry-run < $i; done
3. set up the database
* databse name: 'ninenine'
* user: 'sherlock'
* password 'somepassword'
This user should have full ctonrol of the ninenine database4. Run the DDL
pql -U sherlock ninenine -f ./etc/ddl.sql5. import the metadata
keep fingers crossed for no errors
This takes a long time. Would be nice to speed this up...