c
This commit is contained in:
28
README.md
28
README.md
@@ -2,16 +2,21 @@
|
|||||||
|
|
||||||
<p>Link thiết kế: <a href="https://www.figma.com/file/5Km584w3tlnwxOltV5KAjh/281123_HURA8?node-id=328%3A1204&mode=dev" target="_blank"> <strong>Giao diện Admin</strong> </a></p>
|
<p>Link thiết kế: <a href="https://www.figma.com/file/5Km584w3tlnwxOltV5KAjh/281123_HURA8?node-id=328%3A1204&mode=dev" target="_blank"> <strong>Giao diện Admin</strong> </a></p>
|
||||||
|
|
||||||
|
<p>Repo: <a href="https://repo.hurasoft.com/tieptk/admin_hura_8" target="_blank">https://repo.hurasoft.com/tieptk/admin_hura_8</a></p>
|
||||||
|
|
||||||
<h2>Cài đặt hệ thống</h2>
|
<h2>Cài đặt hệ thống</h2>
|
||||||
|
|
||||||
<p>Test và làm việc chính tại web: <a href="http://local.hura8_admin/"> http://local.hura8_admin/</a> </p>
|
<p>Test và làm việc chính tại web: <a href="http://local.hura8_admin/"> http://local.hura8_admin/</a> </p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Tải phần mềm XAMPP tại https://www.apachefriends.org/download.html để chạy PHP</li>
|
<li>Tải phần mềm XAMPP tại <a href="https://www.apachefriends.org/download.html" target="_blank">https://www.apachefriends.org/download.html</a> để chạy PHP</li>
|
||||||
<li>Chỉnh file hosts trong máy tính: 127.0.0.1 local.hura8_admin</li>
|
<li>Chỉnh file hosts trong máy tính C:\Windows\System32\drivers\etc\hosts:
|
||||||
<li>Cài đặt httpd-vhosts.conf của XAMPP</li>
|
<pre><code>
|
||||||
</ul>
|
127.0.0.1 local.hura8_admin
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Cài đặt ../xampp/apache/conf/extra/httpd-vhosts.conf của apache trong XAMPP
|
||||||
<pre><code>
|
<pre><code>
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
DocumentRoot "/thuc-muc-check-out/admin_hura_8"
|
DocumentRoot "/thuc-muc-check-out/admin_hura_8"
|
||||||
@@ -21,6 +26,19 @@
|
|||||||
</Directory>
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Cài đặt ../xampp/apache/conf/httpd.conf của apache trong XAMPP
|
||||||
|
<pre><code>
|
||||||
|
# AllowOverride controls what directives may be placed in .htaccess files.
|
||||||
|
# It can be "All", "None", or any combination of the keywords:
|
||||||
|
# AllowOverride FileInfo AuthConfig Limit
|
||||||
|
AllowOverride All
|
||||||
|
</code></pre>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>Cấu trúc thư mục</h2>
|
<h2>Cấu trúc thư mục</h2>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user