Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of installing AWX in Debian does not support Debian system by default

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the "Debian installation AWX default does not support Debian system" related knowledge, in the actual case of the operation process, many people will encounter such a dilemma, and then let the editor lead you to learn how to deal with these situations! I hope you can read it carefully and be able to achieve something!

After downloading the installation package for AWX, unpack the standby package first:

Tar zxvf awx-setup-latest.tar.gz

Next, get the following modification file:

Https://gist.github.com/xuxiaodong/7923544: corresponding roles/packages_ubuntu/tasks/main.yml file

Https://gist.github.com/xuxiaodong/7923564: corresponding roles/postgres/tasks/main.yml file

Https://gist.github.com/xuxiaodong/7923574: corresponding roles/misc/tasks/main.yml file

Https://gist.github.com/xuxiaodong/7923608: corresponding site.yml file

At the same time, modify the group_vars/all as needed and set the password.

Then, execute:

. / setup.sh

The installation process of AWX begins.

When the installation is complete, go to / etc/apache2/sites-enabled and create two symbolic links:

Ln-s. / conf.d/awx.conf .

Ln-s. / conf.d/awx-plain.conf .

In addition, you need to comment out the Require all denied in / etc/apache2/apache2.conf.

That is, will:

Directory /

Options FollowSymLinks

AllowOverride None

Require all denied

"/ Directory"

Change it to:

Directory /

Options FollowSymLinks

AllowOverride None

# Require all denied

"/ Directory"

Restart the Apache service and you can access it through https://localhost. The default user for AWX is admin, and the password is the password set in group_vars/all.

This is the end of the content of "Debian install AWX does not support Debian system by default". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report