Skip to content

Container to run LODA as an application in a BOINC server

License

Notifications You must be signed in to change notification settings

loda-lang/loda-boinc

Repository files navigation

BOINC Server for LODA

This repository contains the BOINC server for LODA. It is based on boinc-server-docker.

Installation

./start-server.sh

Update Apps

Run on the code-signing machine:

git pull
./prepare-versions.sh
./sign-versions.sh

Copy the printed signature script.

Run on the server:

git pull
bash prepare-versions.sh
bash admin-shell.sh
cd

# Now paste the copied signature script!

cd $HOME/projects/loda
bin/update_versions

bin/start

# create initial work:
bin/create_work --appname loda --wu_name wu_loda input

# generate more work:
bin/make_work --wu_name wu_loda --one_pass

Add this line to index.php:

Please make sure you have <code>git</code> installed.