This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: | |
Could not source '/usr/local/rvm/scripts/base' as file does not exist. | |
RVM will likely not work as expected. | |
WARNING: | |
Could not source '/usr/local/rvm/scripts/version' as file does not exist. | |
RVM will likely not work as expected. | |
WARNING: | |
Could not source '/usr/local/rvm/scripts/selector' as file does not exist. | |
RVM will likely not work as expected. | |
WARNING: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:443> | |
Options Indexes +FollowSymLinks | |
ProxyRequests Off | |
Alias /search-v3 /var/www/Search-v3 | |
ProxyPass /search-v3 ! | |
</VirtualHost> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
channelC##2012-05-03-12.08-R13124.war | |
channelC##2012-05-03-12.08-R13125.war | |
channelC##2012-05-03-12.08-R13126.war |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p1-pcsystem_I000001 | |
p2-pcsystem_I000001 | |
p3-pcsystem_I000001 | |
p4-pcsystem_I000001 | |
p1-digitalcamera_I000001 | |
p1-pcsystem_I000002 | |
p2-pcsystem_I000002 | |
p3-pcsystem_I000002 | |
p4-pcsystem_I000002 | |
p1-digitalcamera_I000002 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void performRollback(String repositoryID, String pdoVersion) { | |
String server = GeneralOperations.getSesameServer(); | |
Repository myRepository = createRepositoryConnection(server, repositoryID); | |
String sparqlQuery = "CONSTRUCT { ?s ?p ?o } WHERE {GRAPH <http://example.com/" + repositoryID + "_" + pdoVersion + ".owl> {?s ?p ?o }}"; | |
try { | |
RepositoryConnection con = myRepository.getConnection(); | |
try { | |
GraphQuery graphResult = con.prepareGraphQuery(QueryLanguage.SPARQL, sparqlPrefixVersioning + sparqlQuery); | |
try { | |
ValueFactory f = myRepository.getValueFactory(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install mysql-devel | |
Loaded plugins: fastestmirror, priorities | |
Loading mirror speeds from cached hostfile | |
* base: centos.kiewel-online.ch | |
* epel: fedora.kiewel-online.ch | |
* extras: centos.kiewel-online.ch | |
* jpackage-generic: sunsite.informatik.rwth-aachen.de | |
* jpackage-generic-updates: sunsite.informatik.rwth-aachen.de | |
* rpmforge: ftp3.de.postgresql.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** [out :: example.com] ArgumentError: invalid byte sequence in US-ASCII | |
** [out :: example.com] An error occured while installing net-ldap (0.3.1), and Bundler cannot continue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Lighttpd modules needed by WebMCP | |
server.modules += ( | |
"mod_cgi", | |
"mod_alias", | |
"mod_setenv", | |
"mod_rewrite", | |
"mod_redirect", | |
) | |
# Enable CGI-Execution of *.lua files through lua binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you write a bug report, please include the following output in your bug report. | |
Falls Du einen Fehlerbericht erstellst, füge bitte die folgenden Ausgaben mit ein. | |
Database error of class SyntaxErrorOrAccessRuleViolation occured: | |
column member.last_login_public does not exist | |
Stack trace follows: | |
[C]: in function 'escalate' | |
../lib/mondelefant.lua:772: in function 'exec' | |
../lib/mondelefant.lua:792: in function 'count' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su - www-data | |
cd /opt/liquid_feedback_frontend | |
../webmcp/framework/bin/webmcp_shell testing | |
member = Member:by_id(1) | |
member:set_password("sesam") | |
member:save() | |
CTRL-d | |
exit |