Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wiki and README to reflect new way of setting up ARC2 #131

Open
1 of 3 tasks
k00ni opened this issue May 20, 2019 · 0 comments
Open
1 of 3 tasks

Update wiki and README to reflect new way of setting up ARC2 #131

k00ni opened this issue May 20, 2019 · 0 comments
Labels
help wanted store Related to the RDF store.

Comments

@k00ni
Copy link
Collaborator

k00ni commented May 20, 2019

We have to update our README and wiki page(s) to outline how to get ARC2 running with 2.4+.

Fully working example should be (untested):

<?php 

$store = ARC2::getStore($arc_config);
$store->createDBCon(); // <== creates DB connection
$store->setup(); // <== checks if required tables are exist

$store->query('LOAD <http://example.org>');

Incomplete TODO list

@k00ni k00ni added store Related to the RDF store. help wanted labels May 20, 2019
@k00ni k00ni changed the title Update wiki and README to reflect new way of setup ARC2 Update wiki and README to reflect new way of setting up ARC2 May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted store Related to the RDF store.
Projects
None yet
Development

No branches or pull requests

1 participant