Add vim markers, add line to start mysqld.service in 2px and lvel_project
This commit is contained in:
parent
a10c3930f3
commit
e68eac3247
1 changed files with 9 additions and 8 deletions
|
@ -3,9 +3,7 @@
|
|||
## This script clones all the different repos
|
||||
|
||||
|
||||
##################
|
||||
# REPOS ON LIME2 #
|
||||
##################
|
||||
# REPOS ON LIME2 {{{
|
||||
|
||||
echo "Setting up Lessons..."
|
||||
if [ ! -e ~/Lessons ]; then
|
||||
|
@ -76,10 +74,9 @@ else
|
|||
fi
|
||||
cd ~/VimConf && /bin/bash ~/VimConf/update.sh -o
|
||||
|
||||
# }}}
|
||||
|
||||
###################
|
||||
# REPOS ON GITLAB #
|
||||
###################
|
||||
# REPOS ON GITLAB {{{
|
||||
|
||||
if [ ! -e ~/SRC ]; then
|
||||
mkdir ~/SRC
|
||||
|
@ -110,7 +107,8 @@ export DJANGO_USER
|
|||
DJANGO_PASSWORD='ribosome66'
|
||||
export DJANGO_PASSWORD
|
||||
DJANGO_SECRET_KEY='q+hci0d5y90q)k07f@1k3qzr&w=@89n(0z0ukp)_iu(g9iws0r'
|
||||
export DJANGO_SECRET_KEY" >> ~/SRC/2px/env/bin/activate
|
||||
export DJANGO_SECRET_KEY
|
||||
systemctl start mysqld.service" >> ~/SRC/2px/env/bin/activate
|
||||
fi
|
||||
|
||||
echo "Setting up BlurMySearches..."
|
||||
|
@ -146,7 +144,8 @@ export DJANGO_USER
|
|||
DJANGO_PASSWORD='ribosome66'
|
||||
export DJANGO_PASSWORD
|
||||
DJANGO_SECRET_KEY='t!d6q&g1*lm-p41m=pd!o&kga9jk)wom)sr7#4-=\$oo*\$)ymtc'
|
||||
export DJANGO_SECRET_KEY" >> ~/SRC/LVEL-website/env/bin/activate
|
||||
export DJANGO_SECRET_KEY
|
||||
systemctl start mysqld.service" >> ~/SRC/LVEL-website/env/bin/activate
|
||||
fi
|
||||
|
||||
echo "Setting up MarioSokoban..."
|
||||
|
@ -229,3 +228,5 @@ else
|
|||
echo "${ORANGE}Cloning new WikipediaAcronymScraper...${NC}"
|
||||
cd ~/SRC && git clone https://gitlab.com/flyingscorpio/WikipediaAcronymScraper.git
|
||||
fi
|
||||
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Reference in a new issue