Jump to content

User:Leonardo Fernandez

From pool
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