README.md作成
Showing
1 changed file
with
23 additions
and
0 deletions
README.md
0 → 100644
1 | # 鹿屋体育大学CMSの開発環境リポジトリ | ||
2 | 基本的な使い方は https://project.lilli.co.jp/oki/joomla_template と同様です。 | ||
3 | VScode等、gitのGUIも兼ねるエディター作業される方は、 appディレクトリをエディターで開いた方が作業し易いかも。 | ||
4 | ## joomlaのソースは別管理 | ||
5 | https://project.lilli.co.jp/oki/kanoya-univercity-prod | ||
6 | ssh://git@project.lilli.co.jp:2215/oki/kanoya-univercity-prod.git | ||
7 | |||
8 | ## 使い方 | ||
9 | ### 1. joomlaのソースをapp配下に置く | ||
10 | ``` | ||
11 | $ cd app | ||
12 | $ git clone ssh://git@project.lilli.co.jp:2215/oki/kanoya-univercity-prod.git | ||
13 | ``` | ||
14 | |||
15 | ### 2. DBとアップロードファイルをインポート | ||
16 | テスト環境 or 本番環境からDBをエクスポートし、 | ||
17 | www.nifs-k.ac.jp => localhost | ||
18 | へデータをコンバートしてからインポートする。 | ||
19 | |||
20 | 同じくテスト環境 or 本番環境から | ||
21 | files/ | ||
22 | images/ | ||
23 | ディレクトリをダウンロードし、app配下に置く。 |
-
Please register or sign in to post a comment