• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to Install typesetter cms on centos 8

  • 00:44 rpm -q centos-release
  • 00:58 wget https://github.com/Typesetter/Typesetter/archive/master.zip
  • 01:16 unzip master.zip
  • 01:30 mv Typesetter-master/ /var/www/typesetter
  • 01:49 chown -R apache:apache /var/www/typesetter
  • 02:07 chmod -R 755 /var/www/typesetter/
  • 02:25 vim /etc/httpd/conf.d/type.conf
  • 03:28 systemctl restart httpd
{{postValue.id}}

How to Install typesetter cms on centos 8

Typesetter was designed to be an easy to use, but lightweight and fully functional content management system. The user can use the integrated admin interface that allows them to instantly see page edits and configuration changes in one window. It enables the user to build and manage feature rich websites. Since it has an inbuilt flat file storage, it doesn't require a database to store data.This tutorial covers the installation procedure of Typesetter CMS on CentOS 8.

Installation process :

Check the CentOS version by using the following command

[root@linuxhelp ~]# rpm -q centos-release
centos-release-8.1-1.1911.0.8.el8.x86_64

Before the installation, you need to download the typesetter installation package.

 [root@linuxhelp ~]# wget https://github.com/Typesetter/Typesetter/archive/master.zip
--2020-09-04 15:59:04--  https://github.com/Typesetter/Typesetter/archive/master.zip
Resolving github.com (github.com)... 13.234.176.102
Connecting to github.com (github.com)|13.234.176.102|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/Typesetter/Typesetter/zip/master [following]
--2020-09-04 15:59:05--  https://codeload.github.com/Typesetter/Typesetter/zip/master
Resolving codeload.github.com (codeload.github.com)... 13.127.152.42
Connecting to codeload.github.com (codeload.github.com)|13.127.152.42|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘master.zip’

master.zip                  [                    <=>       ]   6.42M   897KB/s    in 7.0s    

2020-09-04 15:59:13 (936 KB/s) - ‘master.zip’ saved [6728964]

Once the download is completed, extract the typesetter by using the following command

[root@linuxhelp ~]# unzip master.zip
Archive:  master.zip
301ed9f963f4a23541b92f162b7f4522154bbd4a
   creating: Typesetter-master/
   creating: Typesetter-master/.easymin/
  inflating: Typesetter-master/.easymin/ignore_prefixes  
 extracting: Typesetter-master/.easymin/ignore_types  
  inflating: Typesetter-master/.easymin/noshrink_paths  
.
.
  inflating: Typesetter-master/themes/Three_point_5/images/shore.jpg  
  inflating: Typesetter-master/themes/Three_point_5/images/wheel.jpg  
 extracting: Typesetter-master/themes/Three_point_5/screenshot.png  
  inflating: Typesetter-master/themes/Three_point_5/settings.php  
  inflating: Typesetter-master/themes/Three_point_5/template.php  
  inflating: Typesetter-master/themes/index.html  
  inflating: Typesetter-master/web.config  

Move the typesetter directory to apache root directory

[root@linuxhelp ~]# mv Typesetter-master/ /var/www/typesetter

Set the ownership and permission for typesetter CMS

[root@linuxhelp ~]# chown -R apache:apache /var/www/typesetter

[root@linuxhelp ~]# chmod -R 755 /var/www/typesetter/

Configure the virtualhost for typesetter CMS

[root@linuxhelp ~]# vim /etc/httpd/conf.d/type.conf
<virtualhost *:80>
       Servername www.linuxhelp1.com
       Documentroot /var/www/typesetter
<directory /var/www/typesetter>
allowoverride all
allow from all
</directory>
</virtualhost>

Once all setup is completed restart the Apache service

[root@linuxhelp ~]# systemctl restart httpd

Once you have done it, go to the browser and enter the domain name.

snap1 This is the requirement for typesetter cms snap2 Configure the admin credential’s snap3 Installation process is completed snap4 This is the dashboard of typesetter cms snap5 With this the installation of typesetter cms comes to end

Tags:
noah
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

Where to download the typesetter package in terminal?

A

get the latest stable version of Typesetter CMS by executing the wget command followed by the download link.
https://github.com/Typesetter/Typesetter/archive/master.zip

Q

What are all the Pre-Requisite needed for typesetter CMS in centos?

A

Pre-Requisites for typesetter are,

LAMP Setup

- Apache

- MariaDB

- PHP 7+ and it modules php-cli php-common php-gd php-mbstring php-mcrypt php-mysqlnd php-xml

Q

What is the purpose of installing typesetter?

A

Typesetter was designed to be easy to use, but lightweight and fully functional content management system. The user can use the integrated admin interface that allows them to instantly see page edits and configuration changes in one window. It enables the user to build and manage feature rich websites.

Q

What are the features of Typesetter CMS in CentOS?

A

The features of Typesetter CMS in CentOS were

Supports faster creation of Websites
Has numerous Plugins and Themes to browse and download
Enables creation of Dynamic Galleries
Supports Multiple Languages

Q

What can I do if typesetter CMS Displays blank page?

A

Check for php and php modules are installed properly during the setup of Typesetter CMS

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Ryan ?
how to use visual traceroute tool

Am using traceroute command to check for the route. i got this tool while surfing. So pls help me out installation and usage of Visual traceroute tool.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.