Magnolia-CMS Installation configuration
Magnolia-CMS Installation configuration
Introduce :Magnolia It's an open source based on Java Of Web Content management system (CMS), Builds on the Java Content repository standards (JSR-170). It is suitable and has been used in the following areas : Electronic Commerce ( for example :COOP、Migros、Rossmann)、 Bank ( for example : Barclays Bank 、 Bank of Scotland 、ING、American Express)、 Media entertainment ( for example : Radio Arab 、MBC、Foxtel)、 The government ( for example : The United States NAVY、 U.S. Transportation Safety Administration 、 Munich hydropower, Germany )、 tourism ( for example :Thomas Cook、Travel.com.au)、 Aerospace ( for example : Airbus group 、Virgin America)、 Industrial manufacturing ( for example : The public 、 Nissan )、 education ( for example : University of Texas 、Jira University) And insurance ( for example :Allianz).
The experimental environment is Alibaba cloud ECS The server ( Domain name bound )、centos7、jdk-8u72-linux-x64
1. Download installation package
Installation package download address :https://sourceforge.net/projects/magnolia/files/latest/download
2. Installation configuration ( Note that you need to prepare first jre Environmental Science )
2.1 Direct decompression :
1.[[email protected] ~]# unzip magnolia-community-demo-bundle-5.4.4-tomcat-bundle.zip
2.[[email protected] ~]# ls
3.magnolia-5.4.4
4.magnolia-community-demo-bundle-5.4.4-tomcat-bundle.zip
2.2 Enter the installation directory , start-up :
1.[[email protected] ~]# cd magnolia-5.4.4/
2.[[email protected] magnolia-5.4.4]# cd apache-tomcat-7.0.64/bin
3.[[email protected] bin]# ls
4.bootstrap.jar setclasspath.bat
5.catalina.bat setclasspath.sh
6.catalina.sh setenv.bat
7.catalina-tasks.xml setenv.sh
8.commons-daemon.jar shutdown.bat
9.commons-daemon-native.tar.gz shutdown.sh
10.configtest.bat startup.bat
11.configtest.sh startup.sh
12.daemon.sh tomcat-juli.jar
13.digest.bat tomcat-native.tar.gz
14.digest.sh tool-wrapper.bat
15.magnolia_banner.txt tool-wrapper.sh
16.magnolia_control.bat version.bat
17.magnolia_control.sh version.sh
18.[[email protected] bin]# ./startup.sh
19. _ _
20. _ __ ___ __ _ __ _ _ __ ___ | (_) __ _ (R)
21.| '_ ` _ \ / _` |/ _` | '_ \ / _ \| | |/ _` |
22.| | | | | | (_| | (_| | | | | (_) | | | (_| |
23.|_| |_| |_|\__,_|\__, |_| |_|\___/|_|_|\__,_|
24. |___/
25.
26.Using CATALINA_BASE: /root/magnolia-5.4.4/apache-tomcat-7.0.64
27.Using CATALINA_HOME: /root/magnolia-5.4.4/apache-tomcat-7.0.64
28.Using CATALINA_TMPDIR: /root/magnolia-5.4.4/apache-tomcat-7.0.64/temp
29.Using JRE_HOME: /usr/java/jdk1.8.0_72/
30.Using CLASSPATH: /root/magnolia-5.4.4/apache-tomcat-7.0.64/bin/bootstrap.jar:/root/magnolia-5.4.4/apache-tomcat-7.0.64/bin/tomcat-juli.jar
31.Tomcat started.
2.3 Web login configuration
2.3.1 Open the browser , Input http://localhost:8080/ (localhost You can replace it with your own ip Or the website )
2.3.2 Select the Login to the Admin Central
Go to the installation page , Click on the top right corner to install
After completion , Click on the top right corner Start up Magnolia
2.3.3 After entering the login page
The first time you log in, you can enter superuser/superuser( user name / password ), Log in
2.3.4 Change password and language settings
Click on the top right corner Edit user profile
Modify the relevant configuration
Finally ,log out
once , Log in again and you'll see the Chinese page
This simple configuration is done .
Magnolia-CMS More articles on installation configuration
- git course —— Installation configuration
Git( The pronunciation is /gɪt/.) Is an open source distributed version control system , Can be effectively . High speed processing from very small to very large project version management . Git yes Linus Torvalds In order to help manage Linux One developed for kernel development ...
- Installation configuration convirture
Author: Jin Date: 20130627 Title: Installation configuration convirture Reference resources : http://www.convirture.com/wiki/index.php?title= ...
- RocketMQ Installation configuration : To configure jdk Environmental Science , To configure RocketMQ Environmental Science , Configure the cluster environment , To configure rocketmq-console
RocketMQ Installation configuration Demonstrate the virtual machine environment :Centos64-1 (D:\linuxMore\centos6_64) root / itcast : Fix IP 192.168.52.128 One , To configure J ...
- Hive Installation configuration guide North ( contain Hive Metastore Detailed explanation )
Personal home page : http://www.linbingdong.com In this paper, Hive The whole process of installation and configuration , Include MySQL.Hive And Metastore Installation configuration , And analyzed Metastore There are three configuration modes ...
- Hive on Spark Installation configuration details ( It's all pits )
Personal home page :http://www.linbingdong.com Jane book address :http://www.jianshu.com/p/a7f75b868568 brief introduction This article mainly records how to install and configure Hive on Sp ...
- ADFS3.0 And SharePoint2013 Installation configuration ( original )
Now more and more enterprises use it ADFS As a single sign on , I hope today's content will help you understand how to configure ADFS and SharePoint 2013. Installation configuration SharePoint2013 I don't want to make a specific description of this one , Today I'm going to talk about how to ...
- Hadoop Learning from -- Configuration and use
Installation configuration System :Ubuntu14.04 java:1.7.0_75 Related information Official website Download address Official document install We need to shut down the firewall , The order is as follows : sudo ufw disable download 2.6.5 Version of , ...
- redis Installation configuration
Let's talk about redis Installation configuration , And start as a service redis 1. Download the latest version of redis-3.0.7 To http://redis.io/download Download the latest version of redis-3.0.7 After downloading ...
- Windows In the environment NodeJS+NPM+Bower Installation configuration
npm As a NodeJS Module management , I didn't look at the data systematically before, so I took a long detour when installing the configuration module , So now it's necessary to list and record . We need to configure first npm The storage path of the global module and cache The path of , for example ...
Random recommendation
- 01-Swift Introduce
brief introduction Swift Language by apple in 2014 Launched in 2013 , For writing OS X and iOS Applications 2014 year , stay Apple WWDC Release Several families are happy , A few worries Melancholy : Only to learn Object-C People who Happy people : ...
- 【BZOJ-1568】Blue Mary Establish a company Li Chao line tree ( The mark is permanent )
1568: [JSOI2008]Blue Mary Establish a company Time Limit: 15 Sec Memory Limit: 162 MBSubmit: 557 Solved: 192[Submit ...
- SQL in patindex Function usage
Grammar format :PATINDEX ( '%pattern%' , expression ) return pattern String in expression expression The first place in the world , The starting value is from 1 Start counting . pattern The string is in ...
- [TYVJ] P1031 Heat Wave
Heat Wave background Background USACO OCT09 9TH describe Description The simple people of Texas are suffering a huge heat wave this summer !!! Their Texan Longhorn is delicious , But they're not very ...
- css Text forces one line Space between words
white-space:nowrap In a row .slideLastlyNews img{margin-left:9px;margin-right:5px;margin-top:6px;width:5p ...
- CsQuery obtain IDomObject The integrity of the elements CSS Selectors
One . Method statement adopt IDomObject Elements , Get the complete CSS Selectors , Filter HTML and BODY Elements , Automatically put class.id Add to selector , Add... First class, nothing class Add again id. Such as : <html ...
- Hystrix series -5-Hystrix Resource isolation strategy for
from :https://blog.csdn.net/liuchuanhong1/article/details/73718794 Hystrix There are two kinds of resource isolation strategies , Respectively : Thread pools and semaphores . When it comes to resources ...
- see think in java essays
java This method is dynamically bound at run time , You can determine which method to call according to the class you instantiate , For example, subclasses override methods of the parent class , Will call subclass methods . And the use of final Keywords can prevent methods from being overridden , It can be bound at compile time , In this way, we can ...
- iOS- Get the year of the current time 、 month 、 Japan 、 when 、 branch 、 second
// Get the current time 02 NSDate *now = [NSDate date];03 NSLog(@”now date is: %@”, now);0405 NSCalendar *c ...
- note : know head label stay Updating ……
The document header describes the various attributes and information of the document , Including the title of the document, etc . Most of the data contained in the document header is not really displayed to the reader as content . The following tags can be used in head part : <head> <title&g ...