install C5 on a company intranet

Permalink
I have a simple html training site at work running on my workstation using Apache. I would like to use C5 to maintain the site. Is there instructions to do this on a work computer using the intranet that is legit and will not make my workstation unusable?

 
dwayneparton replied on at Permalink Reply
dwayneparton
I don't know that I know what you mean by workstation. It could mean several things. But I would think that the easiest way to do it would be to run XAMPP.http://www.apachefriends.org/en/xampp.html...
This will enable you to run Concrete5 locally, then you would just need to make sure the DNS is set up appropriately. If I come across some instructions I will let you know, but hopefully this will help get you started.
ughly replied on at Permalink Reply
Workstation Specs:
X550 @ 2.67 GHz
XP Pro x64
8 GB Ram

I can call for 24 hour admin rights if I need them.
Apache installed without them.
dwayneparton replied on at Permalink Reply
dwayneparton
You will need to install MySql and PHP5 if you have not already and you do not want to use XAMPP. Here is a good tutorial on setting up the environment and creating the DB.

http://www.ultraedit.com/support/tutorials_power_tips/uestudio/loca...

After you have set up the environment, you need to create your Database, Password, etc. You should now be pretty well set. Download C5 and place it into your host directory. Run the install, and use localhost for your DB Server. Let me know if that helps.
ughly replied on at Permalink Reply
Installed XAMPP.
Apache and MySql is running.
I can see my "old" index.html webpage !

Where should I install concrete5 ?

I need to learn more regarding MySql.

Thanks for all your help so far ...
DWD replied on at Permalink Reply
ughly-

See the below link, it is for WAMP, but setup / installation should be very similar and get you going in the right direction.

http://www.concrete5.org/index.php?cID=6552...

HTH
-Dave
dwayneparton replied on at Permalink Reply
dwayneparton
That's awesome. That link is exactly what was needed.
dwayneparton replied on at Permalink Reply
dwayneparton
You will want to copy it to the root directory which is where your index.html should be. If you copy the C5 directory to the same location as you index.html file your url will look something like this. localhost/c5 Really it is up to you though. You can also put the C5 contents in the root and make your C5 url just be localhost/ or however you have it set up.

This video may help you with XAMPPhttp://www.youtube.com/watch?v=XMqUG4E2M0M...

Use phpmyadmin to create your DB. You will need to make sure to reset the passwords so you are not using root/root. You can use phpmyadmin for that too, though you might have to change a couple settings.http://www.apachefriends.org/en/faq-xampp-windows.html#password2...