-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
belarara edited this page Jul 1, 2019
·
16 revisions
Docker
- Setup Docker as shown here
- Start Docker
docker-compose upBot Password
- Open and login to Wikibase in browser (address, username and password are specified in docker-compose.yml)
- Go to Special Pages -> Bot passwords
{address}/wiki/Special:BotPasswords - Create a bot named
bot, check all permissions and click create - Copy the created Password (it should look like this:
bot@7f7fqvfd5v5mn0nb7v214pu8vtj2vif8)
Executing the script
- Clone the data-mapping repository
git clone [email protected]:code-openness/data-mapping.git- Open
data-mapping/import.shin editor - Paste your bot password
export BOT_PASSWORD=bot@7f7fqvfd5v5mn0nb7v214pu8vtj2vif8- Adjust
MEDIA_WIKI_SERVERwith the host address from your docker-compose.yml file
export MEDIA_WIKI_SERVER=http://localhost:8181- Adjust
SPARQL_ENDPOINTwith the host address from your docker-compose.yml file
export MEDIA_WIKI_SERVER=http://localhost:8181- Save
import.shfile - execute
import.sh
./import.sh