This procedure describes the manual setup of a new database for Community Server 2008 with ASP.NET 2.0.
Procedure
At a minimum, you should create the following database roles for Community Server:
exec dbo.cs_system_CreateCommunity 'localhost/cs', 'dev', 'admin@example.org', 'AdminUserName', 'AdminPassword', 0, 0
Where localhost/cs = your URL, and admin info = your values.
You can create a sample blog and media gallery by running the following script:
exec dbo.cs_system_CreateCommunity 'localhost/cs', 'dev', 'admin@example.org', 'AdminUserName', 'AdminPassword', 0, 1
For example:
exec dbo.cs_system_CreateCommunity 'localhost/cs', 'dev', 'admin@example.org', 'AdminUserName', 'AdminPassword', 0, 1