Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django2-project-template
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django2-project-template
Commits
44503153
Unverified
Kaydet (Commit)
44503153
authored
Kas 30, 2018
tarafından
Uğur Özyılmazel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Colorize install script
üst
518250c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
4 deletions
+15
-4
install.sh
install.sh
+15
-4
No files found.
install.sh
Dosyayı görüntüle @
44503153
...
...
@@ -6,6 +6,17 @@
set
-e
set
-o
pipefail
color_0
=
$(
tput setaf 0
)
color_1
=
$(
tput setaf 1
)
# red
color_2
=
$(
tput setaf 2
)
# green
color_3
=
$(
tput setaf 3
)
# orange
color_4
=
$(
tput setaf 4
)
# blue
color_5
=
$(
tput setaf 5
)
# pink
color_6
=
$(
tput setaf 6
)
# cyan
color_7
=
$(
tput setaf 7
)
# white
color_8
=
$(
tput setaf 8
)
# gray
color_r
=
$(
tput sgr0
)
# reset
AVAILABLE_OPTIONS
=(
"Django 2.0.5"
"Django 2.1.3"
...
...
@@ -55,10 +66,10 @@ cp config/settings/development.example.py config/settings/development.py &&
cp
config/settings/test.example.py config/settings/test.py
&&
echo
echo
echo
"Installation completed...
"
echo
"
Now, create your virtual environment and run:"
printf
"
${
color_2
}
Installation completed...
${
color_r
}
\n\n
"
echo
-e
"
\t
Now, create your virtual environment and run:"
echo
echo
"
cd
${
PROJECT_NAME
}
/"
echo
"
pip install -r requirements/development.pip"
echo
-e
"
\t
cd
${
PROJECT_NAME
}
/"
echo
-e
"
\t
pip install -r requirements/development.pip"
echo
echo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment