Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aphp1_classwork80
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Egor Kremnev
aphp1_classwork80
Commits
0a37761f
Commit
0a37761f
authored
Aug 22, 2023
by
Egor Kremnev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix scripts
parent
65faa5e5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
README.md
README.md
+1
-1
apply-update.sh
scripts/apply-update.sh
+0
-2
No files found.
README.md
View file @
0a37761f
...
...
@@ -2,7 +2,7 @@
## Установка пхп
1.
sudo add-apt-repository ppa:ondrej/php
2.
sudo apt-get update
3.
sudo apt-get install php8.0 php8.0-curl php8.0-mbstring php-sqlite3 php-xml php8.0-zip php-mbstring php-xml php8.0-fpm
3.
sudo apt-get install php8.0 php8.0-curl php8.0-mbstring php-sqlite3 php-xml php8.0-zip php-mbstring php-xml php8.0-fpm
php-mysql
## Установка стабильных зависимостей для фронтенда
4.
sudo apt install nodejs
...
...
scripts/apply-update.sh
View file @
0a37761f
...
...
@@ -120,5 +120,3 @@ info "# Destroy script"
rm
apply-update.sh
success
"Update successfully!"
CREATE USER
'demo'
@
'localhost'
IDENTIFIED BY
'root123'
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment