This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

mgmtest6506
mgmtest6506

Hi All. Me need Install Offline PLUGINS. plz help me.

Last updated

keios
keios

Let's say I want to install rainlab blog and my october is installed in /srv/www/october

git clone https://github.com/rainlab/blog-plugin.git

Gives me blog-plugin folder with all the data. I do

mv blog-plugin blog
mkdir /srv/www/october/plugins/rainlab
cp -r blog /srv/www/october/plugins/rainlab/
cd /srv/www/october/
php artisan plugin:refresh rainlab.blog

and that's it. you may also need to setup permissions, on debian or ubuntu you would go like

chown www-data:www-data /srv/www/october/plugins/rainlab

Last updated

mgmtest6506
mgmtest6506

Thanks, but how should I use this code?

david19236
david19236

The code he mentioned requires you to open up Terminal and navigate to the folder and then type in those commands. You don't put them in your PHP file.

How to use mac terminal

https://www.youtube.com/embed/I65C4ZXK4ek

cocuba
cocuba

keios said:

Let's say I want to install rainlab blog and my october is installed in /srv/www/october

git clone https://github.com/rainlab/blog-plugin.git

Gives me blog-plugin folder with all the data. I do

mv blog-plugin blog mkdir /srv/www/october/plugins/rainlab cp -r blog /srv/www/october/plugins/rainlab/ cd /srv/www/october/ php artisan plugin:refresh rainlab.blog

and that's it. you may also need to setup permissions, on debian or ubuntu you would go like

chown www-data:www-data /srv/www/october/plugins/rainlab

works perfect, thanks

1-5 of 5

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.