[4store] 4store release 1.1.5 with Centos6 x86_64

Hi

I tried to simplify installation of 4Store with Rasql and Raptor. This is
the first time that I built a package ... be kind.
I will do after for Fedora and Ubuntu. In theory, I have a little time to
update these package this year.

Install 4Store on CentOs 6 x86_64 :
#Install my repository sparql.pro and Epel for the lib mhash in 4Store
wget http://repo.sparql.pro/centos/sparql-pro-1.0.0-1.noarch.rpm
wget
http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch..rpm
rpm -ivh sparql-pro-1.0.0-1.noarch.rpm
rpm -ivh epel-release-6-7.noarch.rpm

#Install 4store
yum install 4store

#create the first time DefaultKB (you can change the name but after you
have to change it in /etc/4store.conf and /etc/init.d/4store)
4s-backend-setup DefaultKB
#you can update, remove, reinstall package but the KB is never delete

#you can start directly the service http:8181 (why 8181 ?... why not ?)
service 4store start
#test : http://localhost:8181/status/

#and you can automatically restart 4store with this line
chkconfig --level 345 4store on

Enjoy ;)

Best regards,
Karima Rafes, CTO BorderCloud

  <http://www.bordercloud.com/>
Web 3.0 Hosting & Factory
*Karima Rafes*
mobile : +33 (0)6 89 15 10 64
karima.rafes@bordercloud.com
245, quai de la bataille de Stalingrad
92130 Issy les Moulineaux
BorderCloud.com <http://www.bordercloud.com/> sparql.pro
N° siret : 524 353 372 00013

2012/7/10 Steve Harris <steve.harris@garlik.com>

> This is a major release, with several major new features, and security
> improvements, so everyone is encouraged to update.
>
> You can get tarballs from http://4store.org/download/ and Mac packages
> from http://4store.org/download/macosx/
>
> Changes in 1.1.5
>
> New features
>
> * Non MDNS admin system, for clusters with lots of KBs, and systems with no
>   multicast (e.g. Amazon EC2) — Dave Challis
> * RDF 1.1 bNode Skolemsation (enabled with --enable-skolemization)
> * Implementation of IN and NOT IN — Manuel Salvadores
> * Increase maximum number of segments in one DB — Dave Challis
> * OFFSET and LIMIT now works with GROUP BY — Manuel Salvadores
> * New functions: STRBEFORE, STRAFTER, UUID, STRUUID
> * SPARQL 1.1 BIND implemented
> * Chache stats in HTTP server status page — Manuel Salvadores
> * Support skolemisation in CONSTRUCT and DESCRIBE — Manuel Salvadores
> * Some support for xsd:date
> * Access control support (graph level), see
>   http://4store.org/trac/wiki/GraphAccessControl — Manuel Salvadores
> * DISTINCT in Aggregates — Manuel Salvadores
>
> Bugfixes
>
> * Loads of improvements to test system — everyone
> * Fix bug in disjunctive FILTER optimisation
> * Handle Turtle MIME type correctly
> * Bugfix for DESCRIBE, returning wrong RDF syntax — Mischa Tuffield
> * Bugfix for DESCRIBE in graphs with cycles - Manuel Salvadores
> * Bugfix to URI prefix compression - Manuel Salvadores
> * Bugfix for numeric types in INSERT/DELETE DATA
> * Better XML result output
> * Bind all variables when WHERE pattern forms a triangle of triples -
> Manuel
>   Salvadores
> * Fix for shell tools — Pavol Rusnak
> * Make FROM work with DESCRIBE
> * Better portability across Linux distros — Rob Syme, Leif Warner
> * SPARQL Update and language tag fixes
> * Various optimiser improvments
> * INSERT ... WHERE ... bugfixes
> * ORDER BY on AS projected variables — Manuel Salvadores
> * Better static build tools — Nicholas Humfrey
>
> --
> Steve Harris, CTO
> Garlik, a part of Experian
> +44 7854 417 874  http://www.garlik.com/
> Registered in England and Wales 653331 VAT # 887 1335 93
> Registered office: Landmark House, Experian Way, Nottingham, Notts, NG80
> 1ZZ
>
> --
> You received this message because you are subscribed to the Google Groups
> "4store-support" group.
> To post to this group, send email to 4store-support@googlegroups.com.
> To unsubscribe from this group, send email to
> 4store-support+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/4store-support?hl=en.
>
>

Received on Sunday, 22 July 2012 14:56:57 UTC