Task #34998
Smarketer documentation
0%
Please enter here checklist with testcases:
Описание
Which systems are involved / what are the credentials to access?
Some of the mentioned systems were not listed on the PDF (like phpMyAdmin, staging environment)
Is Google Cloud (still) used?
Where / how do you manage the code base? (GitLab was mentioned)
How do you deploy new versions?
Short description of the process from development, through staging/QA to LIVE
Update README - step by step explanation for local/staging/production deployment(s)
Any other (already existent) documents from your end would be a great help for me
История
#1
Обновлено Hryhorii Sirenok больше 3 лет назад
Production:
Site URL:
https://smarketer.jobs
PHPMyAdmin:
https://smarketer.jobs/tools/phpmyadmin/index.php
l: smarketer
p: Ko2(-jL3
db: smarketer-live
SSH:
Host: smarketer.jobs
User: centos
WorkDir: /var/www/smarketer/www
If needed - we can add your RSA-public-key to server for accessing it via SSH.
GitLab-repository:
https://gitlab.triare.net/ykusyak/smarketer_jobs
WorkBranch: master
==============================================================
Staging:
Site URL:
https://smarketer.fox.ck.ua/
Basic auth:
l: smarketer
p: smarketer
PHPMyAdmin:
https://smarketer.fox.ck.ua/tools/phpmyadmin/index.php
l: smarketer
p: Ko2(-jL3
db: smarketer
SSH:
Host: smarketer.fox.ck.ua
User: root
WorkDir: /var/www/smarketer/www
If needed - we can add your RSA-public-key to server for accessing it via SSH.
GitLab-repository:
https://gitlab.triare.net/ykusyak/smarketer_jobs
WorkBranch: develop
==============================================================
How we work:
1. edit code locally
2. commit and push changes to gitlab repository (git commit, git push)
3. go to working directory on server via SSH
4. pulling changes from repository (git pull)
#2
Обновлено Hryhorii Sirenok больше 3 лет назад
- Параметр Статус изменился с To do на PM Acceptance
#3
Обновлено Hryhorii Sirenok больше 3 лет назад
- Параметр Статус изменился с PM Acceptance на Deployed