Skip to content

site15/site15.ru

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Site15Ru

Start in dev infra

git clone git@github.com:site15/site15.ru.git
cd site15.ru
nvm use
npm i --force
cd devops
nvm use
npm i --force
npm run docker:dev:clean-restart

Open http://localhost:9090

Start in prod infra

git clone git@github.com:site15/site15.ru.git
cd site15.ru
nvm use
npm i --force
cd devops
nvm use
npm i --force
npm run docker:prod:clean-restart

Open http://localhost:9090

Start in host infra

git clone git@github.com:site15/site15.ru.git
cd site15.ru
nvm use
npm i --force
cd devops
nvm use
npm i --force
npm run docker:host:clean-restart

Open http://localhost:4200