-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (18 loc) · 869 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
Semantic MediaWiki bots in multiple languages
Conference:
http://semantic-mediawiki.org/wiki/SMWCon_Spring_2012
Slides:
https://docs.google.com/presentation/d/1n7OWmtPxjLkVcXzR6C9YnOrr9tNcvF5BFd69oXZ4g2Y/edit
https://docs.google.com/presentation/d/1L-DC4VWtjokLvfip2oQ4k7u3lwdBbXI-1WBa85HCV6s/edit
So far, only Centos & Redhat supported
Install SMW & Bot libraries on a remote machine
git clone git://github.com/cariaso/smwcon2012bots.git
cd smwcon2012bots/ec2
./install-semantic-mediawiki.py --remote user:pass@host:port
Install SMW from inside a disposable centos/redhat
wget -O - https://raw.github.com/cariaso/smwcon2012bots/master/ec2/force-install-smw.sh | sudo bash
On a local VirtualBox
git clone git://github.com/cariaso/smwcon2012bots.git
cd smwcon2012bots/ec2
vagrant up
./install-semantic-mediawiki.py --remote vagrant:[email protected]:5622