Skip to main content

Whaddya know how to install and troubleshooting Tomoye v2.1 for Windows 2003 Server?

I was given a task to install Tomoye version 2.1 in one of my development server. I will provide you a quick information on how you properly setup your Windows Server 2003, adding Apps roles, components and other software's required by Tomoye install.

My development environment is using Virtual Server (VMware.com). I've created a test Virtual Machine with Windows Server 2003 64bits operating system. I will not discuss the installation and setup for Virtual Machine but you can search my HOWTO articles.

Here's the steps-by-steps to install Windows Server additional server role, components, ASP.NET 2.0 for Tomoye v2.1:
  1. Prepare your Windows Server 2003 operating system
  2. Install the latest security patch. Run Internet Explorer, click Tools and Windows Update. Install all patches found.
  3. Install your anti-virus software.
  4. Add Application Roles. In your server click Start, Administrative Tools, Manage your Server.
  5. In Manage Your Server, click on Add or remove a role. Click Next.
  6. Select the Server Role. For this guide, select Application server (IIS) then click Next.
  7. In your server click Start, Control Panel, Add or Remove Programs.
  8. In Add or Remove Programs, click on Add/Remove Windows Components
  9. In Windows Components Wizard, select Application Server, click Details.
  10. In Application Server, select Internet Information Services (IIS), click Details.
  11. In Internet Information Services (IIS), select World Wide Web Service, click Details.
  12. In World Wide Web Service, put check on Active Server Pages.
  13. Click OK to proceed 'till you go back to Application Server.
  14. In Application Server, put check on Message Queuing, then click OK.
  15. Click on Next to complete the wizard install.
  16. Install NetFx64.exe for ASP.NET 2.0. If you don't have this file, search in Microsoft website.
  17. Install dotnetfx35.exe for Microsoft .NET Framework 3.5. It will also update ASP.NET 2.0 with SP1.
  18. Install your MS SQL Server, just install accepting default.
  19. Install Tomoye 2.1 following the wizard guide. For details, search our website for Tomoye 2.1 installation guide.

That's about it and keep me posted.

If you follow these steps, you will save you some time troubleshooting your installation. If you need additional assistance, please post comment here or join PCLiveSupport.com community.

Sponsors:

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp