04-05-2012 10:44 AM
Greetings
having a problem. Install ubuntu but can't figure out the last bit
On the install_webservice_SDK.docx
step 14 on i am having problems
04-05-2012 11:02 AM
Hi,
That script is intended to install the components on a vanilla CentOS dev test installation as is described in the documentation, not on Ubuntu. At the beginning of the document you will find:
First, download the clean CentOS LAMP stack from CentOS:
http://dev.centos.org/~tru/vmware/centos-5-20100321/CentOS-5_lamp.x86_64.zip
The content of the script are as follows and would need to be modified by you to fit your Ubuntu environment:
#!/bin/bash
rm -rf /var/www/html
mv var/www/html /var/www/html
mysqladmin drop msspan -f
mysqladmin create msspan -f
mysql msspan < /var/www/html/SQL/msspan.sql
rm -rf var
cp /var/www/html/os/root.cron /var/spool/cron/root
service crond restart
Best Regards,
Marc
04-05-2012 11:08 AM
Also as a side note I had lots of difficulties getting the php correct php libs and updates installed for Ubuntu in order to work well with the EXTJS package so we ended up utilizing CentOS as a base distri. The canned repo updates for PHP in Ubuntu will not work as built.
04-05-2012 11:16 AM
So i should NOT use Ubunto?
04-05-2012 11:21 AM
I wouldn't recommend it as we won't be able to help you much without burning a bunch of time. Stick with CentOS and we'll be able to support you much better on this forum.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!