Showing posts with label Blog. Show all posts
Showing posts with label Blog. Show all posts

Install Chyrp 2017.1 on Windows 7 localhost via XAMPP 5.6.30 - opensource PHP tumbleblog CMS

Trabla: Install Chyrp 2017.1 on Windows 7 localhost via XAMPP 5.6.30 - opensource PHP tumbleblog CMS

Install Chyrp 2017.1 on Windows 7 localhost via XAMPP 5.6.30 - opensource PHP tumbleblog CMS


Chyrp Lite makes it possible to host a blog on your own web server with minimal fuss. You can have a traditional blog, a tumbleblog, or you can add oodles of customisation and build a web publishing platform with blogging features on the side.
With a flexible system of Feathers and Pages, you can make your website whatever you want it to be. Feathers enable different types of blog content – you can restrict yourself to absolute textual purity, or you can create a multimedia rainbow. Pages let you publish articles separate from your blog content – be it a simple colophon or a hierarchy of multiple pages, optionally including a homepage that your visitors will see when they first arrive at your website.
You get four beautiful blog themes and a friendly administration console, all fully navigable on a broad range of devices, thanks to the power of responsive HTML5. Semantic markup and comprehensive ARIA labelling ensure your blog will be accessible to visitors who use assistive technologies.

Chyrp Blog Engine Official Page  - http://chyrplite.net/


Solving:



Watch on YouTube

SQL script to create database  for Chyrp 2017.1 blog cms , used in tutorial:


CREATE DATABASE `chyrp` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'chyrp-owner'@'localhost'; 
CREATE USER 'chyrp-owner'@'127.0.0.1';
CREATE USER 'chyrp-owner'@'::1';

SET PASSWORD 
FOR 'chyrp-owner'@'localhost' = PASSWORD('chyrp123');
SET PASSWORD 
FOR 'chyrp-owner'@'127.0.0.1' = PASSWORD('chyrp123');
SET PASSWORD 
FOR 'chyrp-owner'@'::1' = PASSWORD('chyrp123');


GRANT ALL PRIVILEGES ON 
`chyrp`.* TO 'chyrp-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`chyrp`.* TO 'chyrp-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`chyrp`.* TO 'chyrp-owner'@'::1' WITH GRANT OPTION;




Install Nibbleblog 4.0.5 with XAMPP 5.6.28 on Windows 7 localhost - opensource NoDB PHP Blog

Trabla: Install Nibbleblog 4.0.5 with XAMPP 5.6.28 on Windows 7 x64 localhost - opensource NoDB PHP Blog 


Install Nibbleblog 4.0.5 with XAMPP 5.6.28 on Windows 7 localhost - opensource NoDB PHP Blog

Nibbleblog is a powerful engine for creating blogs, all you need is PHP to work. Very simple to install and configure.
http://www.nibbleblog.com/

Solving:



Install AnchorCMS 0.12.1 on Windows 7 localhost XAMPP 5.6.28 - opensource PHP blog system

Trabla: Install AnchorCMS 0.12.1 on Windows 7 x64 localhost XAMPP 5.6.28 - opensource PHP blog system


Install AnchorCMS 0.12.1 on Windows 7 localhost XAMPP 5.6.28 - opensource PHP blog system




Anchor - is a super-simple, lightweight blog system, made to let you just write. Anchor gives you full freedom over your words. Just write in Markdown or HTML, whatever you prefer.To keep Anchor small, Anchor only support the latest browsers — no more IE6/7/8.
Official Site - https://anchorcms.com/

Solving:



Watch on YouTube


SQL script to create database and user for AnchorCMS 0.12.1, used in tutorial:

CREATE DATABASE `anchor` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;

CREATE USER 'anchor-owner'@'localhost'; 
CREATE USER 'anchor-owner'@'127.0.0.1';
CREATE USER 'anchor-owner'@'::1';

SET PASSWORD 
FOR 'anchor-owner'@'localhost' = PASSWORD('anchor123$%');
SET PASSWORD 
FOR 'anchor-owner'@'127.0.0.1' = PASSWORD('anchor123$%');
SET PASSWORD 
FOR 'anchor-owner'@'::1' = PASSWORD('anchor123$%');


GRANT ALL PRIVILEGES ON 
`anchor`.* TO 'anchor-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`anchor`.* TO 'anchor-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`anchor`.* TO 'anchor-owner'@'::1' WITH GRANT OPTION;



Install Serendipity 2.0.5 PHP blog on Windows 7 localhost ( XAMPP 5.6.28 + ImageMagick 7.0.3 )

Trabla: Install Serendipity 2.0.5 opensource PHP blog on Windows 7 x64 localhost ( XAMPP 5.6.28 + ImageMagick 7.0.3-8-Q16-x64 )


Install Serendipity 2.0.5 PHP blog on Windows 7 localhost ( XAMPP 5.6.28 + ImageMagick 7.0.3 )


Solving:




NOTE: SQL script for creating Serendipity 2.0.5 blog database in phpMyAdmin


CREATE DATABASE `serendipity` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'serendipity-owner'@'localhost'; 
CREATE USER 'serendipity-owner'@'127.0.0.1';
CREATE USER 'serendipity-owner'@'::1';

SET PASSWORD 
FOR 'serendipity-owner'@'localhost' = PASSWORD('serendipity123$%');
SET PASSWORD 
FOR 'serendipity-owner'@'127.0.0.1' = PASSWORD('serendipity123$%');
SET PASSWORD 
FOR 'serendipity-owner'@'::1' = PASSWORD('serendipity123$%');


GRANT ALL PRIVILEGES ON 
`serendipity`.* TO 'serendipity-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`serendipity`.* TO 'serendipity-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`serendipity`.* TO 'serendipity-owner'@'::1' WITH GRANT OPTION;

Install Dotclear 2.10.2 on windows 7 localhost - opensource PHP Blog engine

Trabla: Install Dotclear 2.10.2 on windows 7 x64 localhost ( XAMPP 5.6.24 ) - opensource PHP Blog engine

Install Dotclear 2.10.2 on windows 7 localhost - opensource PHP Blog engine

Dotclear is an open source blog publishing application distributed under the GNU GPLv2.
Dotclear's proposed aim is to develop a software that fully respects web standards based on open source solutions, with multilingual interface and publishing capabilities.
It is written in PHP. Notable features include handling many blogs, using Wiki or XHTML syntax for entries, adding pages that are independent from the flow of entries and support for several database types: (MySQL, PostgreSQL, SQLite)

Solving:



Install Serendipity 2.0.3 Blog CMS on Windows

Trabla: Install Serendipity 2.0.3 Blog CMS ( Weblog ) on Windows ( XAMPP 5.6.21 )


Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial

Serendipity is a free open-source blog and web-based content management system written in PHP and available under a BSD license. It supports PostgreSQL, MySQL, SQLite database backends, the Smarty template engine, and a plugin architecture for user contributed modifications.


Solving:


1.  Download and install XAMPP 5.6.21 from official site:
https://www.apachefriends.org/download.html

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 1


2.  Download and install  ImageMagick 7.0.2-5-Q16-x64  free and opensource image processing software
from official site: http://www.imagemagick.org/script/index.php



Windows installation detailed tutorial:
 https://codingtrabla.blogspot.com/2016/07/install-imagemagick-702-5-q16-x64-on.html



3.  Download Serendipity 2.0.3 Blog CMS   installer from official site:
http://www.s9y.org/


Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 2

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 3

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 4

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 5

4. Create folder \serendipity XAMPP htdocs folder
C:\xampp\htdocs\serendipity
and copy all files from downloaded  Serendipity 2.0.3 Blog CMS   .zip source

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 6


5. Run XAMPP Control Panel 

open php.ini file ( Apache ->  Config-> PHP(php.ini) )

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 7


- change max_execution_time value
from max_execution_time=30 to max_execution_time=120

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 8

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 9


- change post_max_size value
from post_max_size=8M to post_max_size=10M

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 10

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 11


- change upload_max_filesize value
from upload_max_filesize=2M to upload_max_filesize=10M

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 12

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 13

- save  & close php.ini
- start Apache
- start Database

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 14

6. Open in browser following url to start   Serendipity 2.0.3 Blog CMS   web installation
http://localhost/serendipity


Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 15

- make sure ImageMagick detected,  scroll down

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 16

- scroll down, click "Simple Installation" button

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 18


Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 19


7.  "Database settings" + "General Settings" page

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 20

Now we need to create Database for    Serendipity 2.0.3 Blog CMS

1) Open phpMyAdmin in new browser tab (or window :) ) - http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 21

CREATE DATABASE `serendipity` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'serendipity-owner'@'localhost'; 
CREATE USER 'serendipity-owner'@'127.0.0.1';
CREATE USER 'serendipity-owner'@'::1';

SET PASSWORD 
FOR 'serendipity-owner'@'localhost' = PASSWORD('serendipity123$%');
SET PASSWORD 
FOR 'serendipity-owner'@'127.0.0.1' = PASSWORD('serendipity123$%');
SET PASSWORD 
FOR 'serendipity-owner'@'::1' = PASSWORD('serendipity123$%');


GRANT ALL PRIVILEGES ON 
`serendipity`.* TO 'serendipity-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`serendipity`.* TO 'serendipity-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`serendipity`.* TO 'serendipity-owner'@'::1' WITH GRANT OPTION;

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 22

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 23

Go back  to  Serendipity 2.0.3 Blog CMS installation page

- type Database user serendipity-owner
- type Database password-  serendipity123$%
- type Database name -  serendipity
- scroll down

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 24


- type admin credentials you want
- type blog name and description
- click "Complete Installation" button

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 25


8.  Hooray!!! Installation Completed!!!

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 26


Enjoy  Serendipity 2.0.3 Blog CMS !!!

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 27

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 28

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 29

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 30

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 31

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 32

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 33

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 34

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 35

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 36

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 37

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 38

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 39

Install Serendipity 2.0.3 PHP Blog CMS on Windows tutorial 40

Install PivotX 2.3.11 on Windows

Trabla: Install PivotX 2.3.11 Blog CMS on Windows ( XAMPP 5.6.21 )


Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial

PivotX is an open source blog software written in PHP 
using either flat files or a database to store content.
It uses the Smarty web template system and the TinyMCE editor. One installation can handle several blogs, each with its own configuration, including themes. Users belong to different levels regarding managing and editing privileges. New functions can be added via extensions managed through the admin interface.
https://en.wikipedia.org/wiki/PivotX


Solving:


1.  Download and install XAMPP 5.6.21 from official site:
https://www.apachefriends.org/download.html

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 1


2.  Download PivotX 2.3.11 Blog CMS   installer from official site:
http://pivotx.net/

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 2

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 3


3. Create folder \pivotx XAMPP htdocs folder
C:\xampp\htdocs\pivotx
and copy all files from downloaded  PivotX 2.3.11 Blog CMS   .zip source

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 4



4. Run XAMPP Control Panel 
open php.ini file ( Apache ->  Config-> PHP(php.ini) )
and change value
from
max_execution_time=30
to
max_execution_time=120
+ save file.

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 5

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 6

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 7

- start Apache
- start Database

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 8


5. Open in browser following url to start  PivotX 2.3.11 Blog CMS  web installation
http://localhost/pivotx/pivotx/index.php


Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 9

6. "Setup user" chapter
- type your user credentials
- scroll down

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 10


7. "Storage setup" - PivotX 2.3.11 Blog CMS  support flat files  or a database to store content.
In this tutorial we will use database  as content storage.

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 11

So we need to create Database for   PivotX 2.3.11 Blog CMS

1) Open phpMyAdmin in new browser tab (or window :) ) - http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 12

CREATE DATABASE `pivotx` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'pivotx-owner'@'localhost'; 
CREATE USER 'pivotx-owner'@'127.0.0.1';
CREATE USER 'pivotx-owner'@'::1';

SET PASSWORD 
FOR 'pivotx-owner'@'localhost' = PASSWORD('pivotx123$%');
SET PASSWORD 
FOR 'pivotx-owner'@'127.0.0.1' = PASSWORD('pivotx123$%');
SET PASSWORD 
FOR 'pivotx-owner'@'::1' = PASSWORD('pivotx123$%');


GRANT ALL PRIVILEGES ON 
`pivotx`.* TO 'pivotx-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`pivotx`.* TO 'pivotx-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`pivotx`.* TO 'pivotx-owner'@'::1' WITH GRANT OPTION;

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 13

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 14

Go back  to PivotX 2.3.11 Blog CMS installation page

- type Database Model MySQL
- type Username pivotx-owner
- type Password -  pivotx123$%
- type Database Namepivotx
- click "Continue" button

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 15


8. Installation done. Login As Admin to PivotX 2.3.11 Blog CMS  Administrator Panel

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 16


Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 17

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 18

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 19

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 20

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 21

Install PivotX 2.3.11 PHP blog on Windows XAMPP tutorial 22