Quellcode durchsuchen

setup changes

pull/16/head
samuel vor 11 Monaten
Ursprung
Commit
09b39586f2
1 geänderte Dateien mit 5 neuen und 3 gelöschten Zeilen
  1. 5
    3
      linux_setup_el.sh

+ 5
- 3
linux_setup_el.sh Datei anzeigen

@@ -1,8 +1,11 @@
# Download steps
# wget http://git.bbh.org.in/chess/elxr/raw/branch/master/linux_setup_el.sh
# chmod +x linux_setup.sh
# ./linux_setup.sh
# chmod +x linux_setup_el.sh
# ./linux_setup_el.sh

# To delete all directories
# find /path/to/your/directory -type d -exec rm -r {} +
# find . -type d -exec rm -r {} +

#STORE GIT CREDENTIALS IN CACHE
sudo yum install git
@@ -37,7 +40,6 @@ npm install -g ember-cli
npm install -g loopback-cli

#production A SETUP
cd ~
mkdir chess
cd chess
mkdir production_A

Laden…
Abbrechen
Speichern