Use the following procedure to install Graffiti.
We wanted to make it easier to see Graffiti locally in action as well as provide you local access to the Graffiti help site. By default, Graffiti uses a VistaDB database. Graffiti.vdb is the standard empty VistaDB database. When you unzip the downloaded Graffiti files (Step 6 of the procedure below), a Data folder containing two VistaDB databases is loaded onto your computer. You can optionally use SQL Server, MySQL, or Microsoft Access.
Graffiti_Docs.vdb is a copy of Graffiti documentation database. To use this database, copy it to your web/App_Data folder and update the connection string found in web/__config/connectionstrings.config. You must then regenerate your site.
Graffiti now supports Mono, so you can run Graffiti on the following platforms:
Mono does not require any special settings apart from the normal installation instructions described below.
If you are installing Graffiti on a local server
Graffiti has a very simple setup process, as long as you have the proper hardware. When it comes to web hosting, this is not an issue. Just about any Windows capable ISP will be able to support Graffiti. However, if you want to run Graffiti locally, that could be a little more challenging.
Generally to run an ASP.Net application locally, you need to have access to a database server and Internet Information Services (Microsoft's web server software). Developers will usually have both of these tools installed, but designers and more casual users will likely not have either of them available.
Graffiti via VistaDB and Microsoft Access support has removed the need to have any special database software.
To run Graffiti locally, all you need to do is double click a file called "Graffiti_demo.exe" which is included in the Web folder of the Graffiti download. This will use its own local web server and allow you to experience Graffiti in just a couple seconds after downloading it.
The following procedure provides you with detailed installation instructions.
Telligent recommends that you carefully read the EULA and readme.htm files.
After you type your object name in the text field, the Check Names button is enabled.
If this is your first install of Graffiti, you can find the default administrator password in the web.config file at the following key:
key="Graffiti:User:DefaultPassword" value=[password]"
To log in to Graffiti, open your browser (for example, http://yoururl/graffiti-admin) and use the following account:
Telligent recommends you add your own user name and password immediately. See user roles for more information.
When you login for the first time, Graffiti opens with a sample VistaDB database. If you want an empty VistaDB database, edit the Graffiti key in /path-to-graffiti/web.config to use Graffiti.vdb3 instead of Graffiti_Samples.vdb3.