Link to home
Start Free TrialLog in
Avatar of Nirvana
NirvanaFlag for India

asked on

how to build a intranet site

I wan to build a small intranet website for my company; the objective is we have various intranet sites and applications, what I want to do is build a site with 5 links to start with attaching a sample ppt. Need help in what is the easiest way to develop this and technologies needed
sample.pptx
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

To build an intranet site to achieve what you want you need the following

1. A web server (Apache or IIS)
2. A server side scripting language (PHP, Java, .Net, etc)
3. A database (MySql / Maria, MS SQL, Oracle, PostGres)

Which ones you choose depends on the following factors
1. What infrastructure your company supports
2. What expertise you have

To be able to answer this question we would need to know the answers to the above.
Avatar of Nirvana

ASKER

my Company is technological company so infrastructure is not an issue my team has got expertise on .net
Are you already running web services in house and if so what platform are they running on?

.Net => IIS and most likely MS SQL as the database.

What else do you need in terms of an answer to this question.
Avatar of Nirvana

ASKER

for building a good UI where do i have to look for and as part of the site i need to add a feature for meeting requests just like what we have in outlook but i should be able to configure it in the website, is there a ready code that can be deployed for the same.

can i deploy wordpress themes for intranet sites?
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nirvana

ASKER

Thanks a lot experts
You are welcome.