Leonardo Fernandez

Joined 2 November 2020
Revision as of 22:00, 2 November 2020 by Leonardo Fernandez (talk | contribs) (Created page with "Login into your DevOps VM. Copy this output to get your key: cat /root/.ssh/id_rsa.pub Go into User Settings and SSH Keys. Add your key in there. It should appear under...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This content is in the User Namespace. User-Pages are ideal for making notes, preparing content, etc.

Login into your DevOps VM.

Copy this output to get your key:

cat /root/.ssh/id_rsa.pub


Go into User Settings and SSH Keys. Add your key in there. It should appear under Your SSH keys

File:ClipCapIt-201102-224944.PNG


Go to the Master wiki project and Fork it:

https://contribute.dub.emea.dell.com/support-mediawiki/supportwiki


cd projects/
cd supportwiki/
get remote -v


Then you need to you use the URL found on Clone with SSH

File:ClipCapIt-201102-225357.PNG

For example: git@contribute.dub.emea.dell.com:Leonardo_Fernandez/supportwiki.git


git remote add origin git@contribute.dub.emea.dell.com:Leonardo_Fernandez/supportwiki.git
git push origin master

Then:

cd container-variants/
cd mediawiki-1-34
docker-compose build
prep
install-mw
docker exec -it testwiki install-mw
docker exec -it testwiki update-mw
docker-compose up -d