Creating a Project - Activating the project for paticipants

From Unofficial BOINC Wiki

Jump to: navigation, search

Now that everything is set up and ready to go, if you followed the rest of my instructions, you can now set up the final part of the puzzle. Account creation and activation. The process of enabling account setup is very simple. Locate your $PROJECTROOT folder (I first referenced $PROJECTROOT in Creating a Project - Adding applications) and find the file called config.xml and change the following

<disable_account_creation>
  1
</disable_account_creation>

to

<disable_account_creation>
  0
</disable_account_creation>

and it will allow new accounts. The project is now active and ready.

Previous step: Creating a Project - Starting the project

Personal tools