Edge.rit.edu

 SSH into serverssh lk8150-vm.main.ad.rit.edu (or use putty on windows)Login with RIT credentialsInstall GCCsudo yum install gccgcc -vThis tests the installInstall Python3wget -xf Python-3.6.2.tar.xzcd Python-3.6.2./configuresudo make altinstallpython3.6 --versionThis tests the installcd ..sudo rm -rf Python-3.6.2.tar.xz Python-3.6.2/cd ~Install Pip3sudo yum install python34-setuptoolssudo easy_install-3.4 pippip3 --versionThis tests the installInstall Pyomosudo pip3 install pyomoInstall glpkwget -xf glpk-4.63.tar.gzcd glpk-4.63./configuremakemake installglpsol --versionThis tests the installcd ..rm -rf glpk-4.63.tar.gz glpk-4.63/cd ~Setup gitcd ~/.sshssh-keygen -t rsa -C “youremail” -b 4096cat ~/.ssh/id_rsa.pubCopy that output and use it to add a new ssh key on gitlabgit config --global user.name “Your name”git config --global user.email “Your email”ssh -T git@kgcoe-git.rit.eduThis tests the keyscd ~Setup Djangosudo pip3 install djangopython3 -c “import django; print(django.get_version());”This tests the installSetup Celerysudo pip3 install Celerypython3 -c “import celery; print(celery.VERSION);”This tests the installlogout ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download

To fulfill the demand for quickly locating and searching documents.

It is intelligent file search solution for home and business.

Literature Lottery

Related searches