what are the thing to required to install to run elgg 1.9.8 in centos7 in local environment - elgg

I need to run the elgg 1.9.8 site in centos7 present in local environment. What are the things to install in local environment to run the elgg 1.9.8 site. Can you please help me. Thank you advance.

Apache (with mod_rewrite enabled), PHP and MySQL are required to install an Elgg site.

Related

Replicating Homestead Environment on Ubuntu 14.04.5

I am currently working on a laravel project on my MAC using homestead environment. Am i able to replicate a homestead environment on Ubuntu 14.04.5?
If you want to replicate the homestead environment you need to install this softwares as listed in the docs:
Git
PHP 7.1
Nginx
MySQL
MariaDB
Sqlite3
Postgres
Composer
Node (With Yarn, Bower, Grunt, and Gulp)
Redis
Memcached
Beanstalkd
Mailhog
ngrok
Probably you do not need all of them so remove what you do not use.
To install each software you can try so search in the apt repository and search for a guide con configure each of them.
For a LEMP stack you can try this: https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04
Homestead uses a script called settler that it uses to provision the environment you use in Homestead, the script can be found here:
https://github.com/laravel/settler/blob/master/scripts/provision.sh

Ubuntu 16.04 - Cannot Open PhpMyAdmin after do full installation

I have minor problem here. I try to install phpmyadmin in my machine. Before I start install phpmyadmin, I have done installing LEMP.
Details:
Ubuntu 16.04
Nginx 1.9.15
MySQL 14.14
PHP 7.0.4
Steps for install phpmyadmin I follow here:
How To Install and Secure phpMyAdmin with Nginx on an Ubuntu 14.04 Server
After I done with installing phpmyadmin then I go to my web browser and click this http://server_domain_or_IP/phpmyadmin. It should show up interface of phpmyadmin. But mine show a pop out like this.
I do not have an idea what is happening. Hope anyone can help me.
thank you!
It seems like nginx is running but doesn't know how to handle the PHP processing. Try
service nginx restart
If that doesn't work, try making a basic PHP file in the server root, something like:
<?php echo "PHP is working"; ?>
And see if you can get that to load properly.
If you pass those two steps and still have trouble, my next guess is that the phpmyadmin site is not properly enabled. Check that the link for the site points to the right place. This talks about virtual hosts (albeit for Ubuntu 12.04 but should work):
https://www.digitalocean.com/community/tutorials/how-to-set-up-nginx-virtual-hosts-server-blocks-on-ubuntu-12-04-lts--3
If it still doesn't work, you can download the tar.gz of phpMyAdmin and manually configure to see that it gets going.

Error installing Wordpress to Plesk

I'm having problems trying to install Wordpress to Plesk on my VPS. Everytime i go install wordpress it gets 100% then shows this message?
ERROR: Call to undefined method PHosting_Apache::getPHPCliPath() (Adapter.php:134)
I have re-imaged the server a few times now and still get the same problem.
Server Software : CentOS 6 with Parallels Plesk Panel 12 (64-bit)
Any suggestions?
Installation of microupdates was not completed successfully. Re-install micro updates by executing the below command:
/usr/local/psa/admin/bin/autoinstaller --install-component base --select-product-id plesk --select-release-current --reinstall-patch
Here is what I did that helped:
Install PHP 5.6 (or latest)
[Find Plesk Add/Remove Components][1]
Locate PHP installation (mine was here)
[Drill down into PHP option][3]
Install latest PHP
I went back and installed wordpress and it went through. Hope this helps

how can i install SVN(subversion) and integrate with httpd (apache) in centos6

I am using CentOS release 6.4 (final) which has httpd (Apache) installed by default. Recently I installed Subversion using #yum install subversion and now I need to integrate SVN with Apache. Can anyone help me with this?
Have a look at Collabnet Subversion Edge. From that page:
Free fully-automated installer/updater for software stacks of Subversion, Apache, and ViewVC fronted by a powerful web console for administration and server health check monitoring.

Can't install Acquia Drupal Commons locally

Working on a MacbookPro OS 10.6.6 , using MAMP Pro 1.9.4.
I'm attempting to install Acquia's Drupal Commons locally. The installation progress bar goes all the way, I can check in phpMyadmin that the database has been populated, but before the site configuration screen , I get a 500 Server Error!
Standard Drupal 6 or 7 install without any problem & I was able to install Drupal Commons on my web server. So it seems that some form of conflicts happens between my server configuration ( Mamp Pro ) and Drupal Commons.
Thanks in advance for any suggestions!
Did you check that your sites/default/default.settings.php file was copied to settings.php and not just renamed?
I remember having problems setting up Drupal when I just renamed it, both files need to be there.
I solved the issue by raising the PHP limit in Mamp to 96M.
File > Edit Template > PHP > PHP Version
//Search for 'memory_limit' & edit the value
memory_limit = '96M';
then restart the server.
After dong this Drupal Commons should install without any problems.

Resources