In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
From my experience of continuous failure of installation, you'd better plan the overall environment before installing this software. Here are the following
It is best to install one software on one server instead of multiple software on one server.
Plan the system host name and IP address before installation
Plan the database name and database username and do not use the same username and password as in this tutorial because it is quite insecure
After everything is ready, be sure to use the domain name (crowd) when the browser opens the installation address, otherwise, you will fail to install.
Software that needs to be prepared before installation
Atlassian-crowd-2.8.3.tar.gz main program
Crowd-language_zh_CN-2.7.0.jar language Pack
Mysql-connector-java-5.1.32-bin.jar database connector
Keygen_crowd2.1 cracking program
Jdk-7u75-linux-x64.tar.gz
Software download
Jdk software
Http://down.51cto.com/data/2282195
Http://down.51cto.com/data/2282196
Http://down.51cto.com/data/2282197
Crowd related software
Http://down.51cto.com/data/2282202
Http://down.51cto.com/data/2282203
Http://down.51cto.com/data/2282204
Installation steps
Operating system preparation
Host name and IP address configuration
Configure time synchronization
Create file storage directory and program data storage directory
Install the JDK file and configure environment variables
Create a database (you need to create it in the previous article)
Install the Crowd program
Detailed installation
Host name and IP address modification
Vi / etc/sysconfig/network-scripts/ifcfg-eth0
Vi / etc/sysconfig/network-scripts/ifcfg-eth0
Save the configuration and restart the system
Configure time synchronization
Rm-rf / etc/localtime yum install-y ntpdate ntpdate us.pool.ntp.org ln-s / usr/share/zoneinfo/Asia/Shanghai / etc/localtime
Create related directories
Cd / usr/local/mkdir softmkdir-p date/crowd
Upload the software to the soft directory
Install JDK
Extract the JDK file
Mkdir / usr/local/javatar zxvf jdk_7u75linux-x64.tar.gz-C / usr/local/java/vim / etc/profile
Insert the following at the bottom of the file
Export JAVA_HOME=/usr/local/java/jdk1.7.0_75export JRE_HOME=/usr/local/java/jdk1.7.0_75/jreexport PATH=$PATH:/usr/local/java/jdk1.7.0_75/binexport CLASSPATH=./:/usr/local/java/jdk1.7.0_75/lib:/usr/local/java/jdk1.7.0_75/jre/lib
Save Fil
Execute the following command
Update-alternatives-install / usr/bin/java java/ usr/local/java/jdk1.7.0_75/bin/java 60 update-alternatives-config java
Press the number 4 to select the JDK we created
Create a database
Connect to the database server to create the database required by the software
Mysql-u root-p
Enter the password to access the database
Enter the following command to create the database
Create database crowd character set utf8 collate utf8_bin;grant all on crowd.* to crowd@ "" identified by "crowd"; grant all on crowd.* to crowd@ "localhost" identified by "crowd"; flush privileges
Crowd installation
Extract the file atlassian-crowd-2.8.3.tar.gz
Tar-zxvf atlassian-crowd-2.8.3.tar.gz-C / usr/local/
Ln-s atlassian-crowd-2.8.3.tar.gz/ crowd
Specify the program data storage directory
Vim / usr/local/crowd/crowd-webapp/WEB-INF/classes/crowd-init.properties
Save
Copy the language pack and MySQL connection driver files into the software
Cp / usr/local/soft/mysql-connector-java-5.1.32-bin.jar / usr/local/crowd/crowd-webapp/WEB-INF/lib/
Cp / usr/local/soft/crowd-language_zh_CN-2.7.0.jar / usr/local/crowd/crowd-webapp/WEB-INF/lib/
Start Crowd
Cd / usr/local/crowd
. / startup.sh
Open a browser and enter an address for access
Http://domain:8095
Select set up Crowd
Record server ID
Open the connection terminal
Copy atlassian-extras-3.2.jar to / usr/local/soft/ and rename it to atlassian-extras-2.6.jar
Cp / usr/local/crowd/crowd-webapp/WEB-INF/lib/atlassian-extras-3.2.jar / usr/local/soft/atlassian-extras-2.6.jar
Execute the cracker keygen_crowd2.1
Cd / usr/local/soft/keygen_crowd2.1
Chmod + x keygen.sh
. / keygen.sh
Enter the relevant information and feel free to fill in the server ID is the ID above
Note that the name should not be less than 6 digits. Here, the input is missing and the error is prompted when cracking.
Click .patch! Find the file you just copied and open it
Click .gen! To crack
You can copy the successfully cracked key by clicking on key.
Paste into the authorization code area of the web page
Click back at this time if the prompt is invalid, please copy the file that has just been cracked back to the original directory and overwrite the original file
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.