How to Setup Symfony 1.4 on Mac 10.8.3 /Xampp/ - symfony-1.4

Please someone explain how to install symfony 1.4 on Mac 10.8.3 with xampp. i am new on Mac and dont know anything. If u dont mind expain it step by step please. Thank you

Install Apache or any webserver (e.g. nginx, lighttpd...etc)
Install php (min 5.2.4)
Install MySQL
Read: http://symfony.com/legacy/doc/jobeet?orm=Doctrine
You should also consider using Symfony 2 instead if you're starting anew.

Related

Are there any difficulties to transition from nginx 1.18 to 1.20.x? asking, Since it not a typical upgrade

I am trying to upgrade nginx to >= 1.20 for an ubuntu server 20.04. but the catch is currently apt-get update only gets you to 1.18.x where I am already at.
Here's my question:
How do I effectively install the latest version?
What files should I make sure to backup and restore once the installation is done?
What can help me transition my sites and config easily on the latest version of nginx?
I am new to the atypical upgrade mechanism for nginx and wanted to confirm if there is something I need to be worried about.
Any help is appreciated. Thanks!

After installing xpack on Kibana 5.0, the app fails to load

Kibana works fine with elasticsearch until I install xpack. I am using kibana and elasticsearch 5.0 on both and I am installing the 5.0 package of xpack.
The screen that I get after installing xpack is this
I tried restarting kibana but then the app would not show up at all.
Does anyone know how to resolve this issue the logs are not showing any issues.
You can try the solution here - https://github.com/elastic/kibana/issues/9414
Had a similar problem and resolved by installing x-pack for both logstash and elasticsearch as well. I used below commands in windows 10 might be different depending on O/S
bin/elasticsearch-plugin install x-pack
bin/logstash-plugin install x-pack
Described here
This seems to be the problem with installation. If you are running on any linux machines, do make sure you install x-pack with the same user that you installed kibana/elasticsearch. It is an issue often.
If not, do follow the process in the link to uninstall and reinstall again. It is very striaght forward and should work fine.
https://www.elastic.co/guide/en/x-pack/current/installing-xpack.html
Also, do check if we need to make any changes in the configuration files- kibana.yml/elasticsearch.yml. This maynot be the case for here but it could help in debugging.

Unable to Install Zend-Server 6.1 on CentOS 6.5 wtih PHP 5.4 and nginx

I'm getting "No package zend-server-nginx-php-5.4 available." after running yum install zend-server-nginx-php-5.4, setting the repo accordingly (see below) and I have no other idea rather then updating php to solve this problem (something which may cause some problems on my app).
As mentioned on the question title i'm trying to install Zend-Server 6.1 on CentOS 6.5 wtih PHP 5.4 and nginx.
Any Ideas?
I have tried:
https://www.digitalocean.com/community/tutorials/how-to-install-zend-server-6-on-a-centos-6-4-vps
and
http://blog.petermcdonald.co.uk/2013/07/11/installing-zend-server-6-1-using-nginx-and-php-5-4/
Repo file is:
[Zend]
name=Zend Server
baseurl=http://repos.zend.com/zend-server/6.1/rpm/$basearch
enabled=1
gpgcheck=1
gpgkey=http://repos.zend.com/zend.key
[Zend_noarch]
name=Zend Server - noarch
baseurl=http://repos.zend.com/zend-server/6.1/rpm/noarch
enabled=1
gpgcheck=1
gpgkey=http://repos.zend.com/zend.key
Tried with this url and locally installing as well but it misses
"zend-server-php-5.4-common = 6.1.0-98"
and I'm not sure where to get that package. Help please!!
Wow, weird, turned out I just had to clean packages cache before installing to ensure retrieval of updates from the web. Just run:
yum clean all
and then
yum install zend-server-nginx-php-5.4
installation runs fine.

old plone 2.5 dump on mavericks or ubuntu 12.04

i have a folder with an old plone version 2.5 and i would restore it on mac os mavericks or ubuntu 12.04. I know, that this really old plone version need python 2.4. I get it form python.org for mac os x but i don't found anything for ubuntu 12.04. I tried to restore this dump but it's not easy without a good documentation for version 2.5.
How can i restore this dump?
Start with an installer from https://launchpad.net/plone/2.5/2.5.5 . That will take care of not only Python, but also handle other binary components.
Install Plone on the target server, then transfer any custom add-on Plone products from the source server. Test it.
When that's running, copy the Data.fs file from the source to overwrite the Data.fs on the target.

Using mod_mono on Solaris 10 - UNIX

I'm trying to get / compile / install mod_mono for Apache 2.2.4 on Solaris 10.
Apache Version: Apache/2.2.4 (Unix)
[/]# uname -a
SunOS wexch 5.10 Generic_118855-36 i86pc i386 i86pc
I have blastwave installed (blastwave.org), and am a little disappointed that it doesn't have a mod_mono package, or include mod_mono with other packages such as CSWxsp (mono's XSP server)?
Does anyone know how I can get mod_mono working on Solaris.
It might be better to go to the Mono's website and download the appropriate sources instead, looking at the Blastwave's site and the package, it does appear to be quite quite old!! You could try rooting around mono's ftp site to look for the identical version and see if there's an old archive mod_mono of the same version within the package and just compile it. By the way it should be noted that the Mono version on Blastwave is 1.1.
Hope this helps,
Best regards,
Tom.

Resources