TeamLab

所属分类:.net编程
开发工具:Windows_Unix
文件大小:12622KB
下载次数:12
上传日期:2011-11-30 09:50:17
上 传 者空心一号
说明:  TeamLab商业协作和项目管理的平台TeamLab31
(TeamLab business collaboration and project management platform TeamLab31)

文件列表:
module\ASC.Bookmarking\ASC.Bookmarking.csproj (9435, 2011-04-25)
module\ASC.Bookmarking\Business\BookmarkingService.cs (16581, 2011-04-14)
module\ASC.Bookmarking\Business\IBookmarkingService.cs (3795, 2011-04-14)
module\ASC.Bookmarking\Business\Permissions\BookmarkingAuthCategoriesProvider.cs (402, 2011-04-04)
module\ASC.Bookmarking\Business\Permissions\BookmarkingPermissionsCheck.cs (1399, 2011-04-04)
module\ASC.Bookmarking\Business\Permissions\BookmarkPermissionSecurityObject.cs (1451, 2011-04-04)
module\ASC.Bookmarking\Business\Statistics\BookmarkingStatisticProvider.cs (1027, 2011-04-04)
module\ASC.Bookmarking\Business\Subscriptions\BookmarkingNotifyClient.cs (429, 2011-04-04)
module\ASC.Bookmarking\Business\Subscriptions\BookmarkingNotifySource.cs (1580, 2011-04-04)
module\ASC.Bookmarking\Business\Subscriptions\BookmarkingSubscriptionManager.cs (5244, 2011-04-04)
module\ASC.Bookmarking\Business\Subscriptions\BookmarkSubscriptionConstants.cs (516, 2011-04-04)
module\ASC.Bookmarking\Business\UserActivityPublisher\BookmarkingUserActivityPublisher.cs (4055, 2011-04-04)
module\ASC.Bookmarking\Common\BookmarkingBusinessConstants.cs (5692, 2011-04-04)
module\ASC.Bookmarking\Common\BookmarkingBusinessFactory.cs (916, 2011-04-04)
module\ASC.Bookmarking\Common\BookmarkingSessionObject.cs (304, 2011-04-04)
module\ASC.Bookmarking\Common\Util\BookmarkingBusinessUtil.cs (1091, 2011-04-04)
module\ASC.Bookmarking\Common\Util\Converters.cs (6371, 2011-04-04)
module\ASC.Bookmarking\Dao\BookmarkingHibernateDao.cs (54334, 2011-04-14)
module\ASC.Bookmarking\Dao\BookmarkingHibernateDaoHelper.cs (652, 2011-04-04)
module\ASC.Bookmarking\Patterns\action_pattern.xml (608, 2011-04-04)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.de.xml (4169, 2011-04-04)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.en.xml (4056, 2011-04-04)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.es.xml (4167, 2011-04-04)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.fr.xml (4121, 2011-04-14)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.it.xml (4124, 2011-04-14)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.lv.xml (4139, 2011-04-04)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.pt-BR.xml (4256, 2011-04-04)
module\ASC.Bookmarking\Patterns\bookmarking_patterns.ru.xml (4425, 2011-04-14)
module\ASC.Bookmarking\Pojo\Bookmark.cs (984, 2011-04-04)
module\ASC.Bookmarking\Pojo\BookmarkTag.cs (672, 2011-04-04)
module\ASC.Bookmarking\Pojo\Comment.cs (1078, 2011-04-04)
module\ASC.Bookmarking\Pojo\Tag.cs (965, 2011-04-04)
module\ASC.Bookmarking\Pojo\UserBookmark.cs (1113, 2011-04-04)
module\ASC.Bookmarking\Pojo\UserBookmarkTag.cs (672, 2011-04-04)
module\ASC.Bookmarking\Properties\AssemblyInfo.cs (1442, 2011-04-04)
module\ASC.Bookmarking\Resources\BookmarkingBusinessResources.de.resx (6916, 2011-04-04)
module\ASC.Bookmarking\Resources\BookmarkingBusinessResources.Designer.cs (5940, 2011-04-04)
module\ASC.Bookmarking\Resources\BookmarkingBusinessResources.es.resx (6897, 2011-04-04)
module\ASC.Bookmarking\Resources\BookmarkingBusinessResources.fr.resx (6892, 2011-04-04)
module\ASC.Bookmarking\Resources\BookmarkingBusinessResources.it.resx (6899, 2011-04-04)
... ...

TeamLab v2.2 General Information TeamLab v2.2 source code can be found here: http://sourceforge.net/projects/teamlab/ License information regarding third-party code can be found in the License folder. To compile and run TeamLab youll need Microsoft .NET Framework 3.5 SP1 installed. To get TeamLab running on your local machine follow the instructions below: Build TeamLab source code with the use of \redistributable\asc\BuildAndDeploy.bat or MS Visual Studio 2008 solution file TeamLab.sln Run TeamLab core service with integrated web-server located at \_ci\deploy\service\TeamLabSvc.exe Browse to your TeamLab portal at http://localhost:8082/ Follow the wizard instructions to enter the administrator data. NOTE! TeamLab has the page visit tracking feature enabled. To track page visits, a 1-px image is loaded to every page of the portal from our server at the following address: https://track.teamlab.com/stat/onepixel.gif?src=surceforge&ver=2.0.3&page={current-page} We only need this to get data about the number of created pages and page visits. To disable the tracking, please go \web.studio\web.appsettings.config and set the stat.enable key to false. Updating TeamLab 2.2 to TeamLab 3.1 Step 1. Updating Database Structure The database structure of the new TeamLab v3.1 has changed. To update your databases, follow the instructions below depending on the database type you use to store the portal data – SQLite or MySQL. Updating SQLite Databases You'll need to backup the portal data stored in SQLite databases first. To create the backup, copy the following database files to a safe place: Core Database File services\core.db3 Web Studio Database File web.studio\App_Data\WebStudio\webstatistic.db3 web.studio\App_Data\WebStudio\webstudio.db3 Blogs Database File web.studio\Products\Community\Modules\Blogs\App_Data\ASC.Blogs.Data.db3 Bookmarks Database File web.studio\Products\Community\Modules\Bookmarking\App_Data\BookmarkingDB\bookmarking.db3 Forums Database File web.studio\Products\Community\Modules\Forum\App_Data\ASC.Forum.Database.db3 Events Database File web.studio\Products\Community\Modules\News\App_Data\feeds.db3 Photos Database File web.studio\Products\Community\Modules\PhotoManager\App_Data\images.db3 Wiki Database File web.studio\Products\Community\Modules\Wiki\App_Data\wiki.db3 Projects Database File web.studio\Products\Projects\App_Data\ASC.Projects.db3 Once the backup is performed, update the core, web studio and project database structure. To do that, follow these steps: 1. Go to SQL_Scripts\SQLite\Update_2.2_to_3.1 2. In the selected directory, run the following scripts consecutively: Core.sql to update the services\core.db3 database structure Projects.sql to update the web.studio\Products\Projects\App_Data\ASC.Projects.db3 database structure Bookmarking.sql to update the web.studio\Products\Community\Modules\Bookmarking\App_Data\BookmarkingDB\bookmarking.db3 database structure Events.sql to update the web.studio\Products\Community\Modules\News\App_Data\feeds.db3 database structure Forum.sql to update the web.studio\Products\Community\Modules\Forum\App_Data\ASC.Forum.Database.db3 database structure Updating MySQL Databases First, backup the MySQL TeamLab database using one of the available ways. Next, update the core, web studio and project database structure. To do that, go to SQL_Scripts\MySql\Update_2.2_to_3.1 and run Core.sql, Projects.sql, Bookmarking.sql, Events.sql, Forum.sql and Files.sql scripts. Step 2. Updating Software Version After you have updated the database structure (see Step 1 above), proceed with updating the TeamLab version: 1. Build the Teamlab v3.1 project by running the .bat file located at \redistributable\asc\BuildAndDeploy.bat. This will create 2 folders with files in the following directory: _ci\deploy\ 2. Replace your current TeamLab version files by the newely created ones from _ci\deploy\ ATTENTION: if you use SQLite to store the portal data, ignore replacing the following database files: services\core.db3 web.studio\App_Data\WebStudio\webstatistic.db3 web.studio\App_Data\WebStudio\webstudio.db3 web.studio\Products\Community\Modules\Blogs\App_Data\ASC.Blogs.Data.db3 web.studio\Products\Community\Modules\Bookmarking\App_Data\BookmarkingDB\bookmarking.db3 web.studio\Products\Community\Modules\Forum\App_Data\ASC.Forum.Database.db3 web.studio\Products\Community\Modules\News\App_Data\feeds.db3 web.studio\Products\Community\Modules\PhotoManager\App_Data\images.db3 web.studio\Products\Community\Modules\Wiki\App_Data\wiki.db3 web.studio\Products\Projects\App_Data\ASC.Projects.db3 These are the database files with all your portal data. If you replace them, the portal data will be lost. If the portal data are stored in the MySQL database, the above mentioned files can be copied with no problem. Updating TeamLab 2.0 to TeamLab 2.2 Step 1. Updating Database Structure The database structure of the new TeamLab v2.2 has changed. To update your databases, follow the instructions below depending on the database type you use to store the portal data – SQLite or MySQL. Updating SQLite Databases Youll need to backup the portal data stored in SQLite databases first. To create the backup, copy the following database files to a safe place: Core Database File services\coredb.db Web Studio Database File web.studio\App_Data\WebStudio\webstatistic.db3 web.studio\App_Data\WebStudio\webstudio.db3 Blogs Database File web.studio\Products\Community\Modules\Blogs\App_Data\ASC.Blogs.Data.db3 Bookmarks Database File web.studio\Products\Community\Modules\Bookmarking\App_Data\BookmarkingDB\bookmarking.db3 Forums Database File web.studio\Products\Community\Modules\Forum\App_Data\ASC.Forum.Database.db3 Photos Database File web.studio\Products\Community\Modules\PhotoManager\App_Data\images.db3 Projects Database File web.studio\Products\Projects\App_Data\ASC.Projects.db3 Once the backup is performed, update the core, web studio and project database structure. To do that, follow these steps: 1. Go SQL_Scripts\SQLite\Update_2.0_to_2.2 2. In the selected directory, run the Core.sql script. This will update the coredb.db database structure. 3. Rename the coredb.db database file at services\coredb.db to core.db3 4. In the same SQL_Scripts\SQLite\Update_2.0_to_2.2 directory, run the WebStudio.sql script. This will update the structure of the webstudio.db3 database at web.studio\App_Data\WebStudio\webstudio.db3 5. In the same directory, run the Projects.sql script. This will update the structure of the ASC.Projects.db3 database at web.studio\Products\Projects\App_Data\ASC.Projects.db3 Updating MySQL Databases First, backup the MySQL TeamLab database using one of the available ways. Next, update the core, web studio and project database structure. To do that, go SQL_Scripts\MySql\Update_2.0_to_2.2 and run the Core.sql, WebStudio.sql and Projects.sql scripts. Step 2. Updating Software Version After you have updated the database structure (see Step 1 above), proceed to updating the TeamLab version: 1. Build the Teamlab v2.2 project by running the .bat file located at \redistributable\asc\BuildAndDeploy.bat This will create 2 folders with files in the following directory: _ci\deploy\ 2. Replace your current TeamLab version files by the newely created ones from _ci\deploy\ ATTENTION: if you use SQLite to store the portal data, ignore replacing the following database files: services\core.db3 web.studio\App_Data\WebStudio\webstatistic.db3 web.studio\App_Data\WebStudio\webstudio.db3 web.studio\Products\Community\Modules\Blogs\App_Data\ASC.Blogs.Data.db3 web.studio\Products\Community\Modules\Bookmarking\App_Data\BookmarkingDB\bookmarking.db3 web.studio\Products\Community\Modules\Forum\App_Data\ASC.Forum.Database.db3 web.studio\Products\Community\Modules\PhotoManager\App_Data\images.db3 web.studio\Products\Projects\App_Data\ASC.Projects.db3 These are the database files with all your portal data. If you replace them, the portal data will be lost. If the portal data are stored in the MySQL database, the above mentioned files can be copied with no problem.

近期下载者

相关文件


收藏者