Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Owain Jones
gliders-webserver
Commits
94d4cc3e
Commit
94d4cc3e
authored
9 years ago
by
Owain Jones
Browse files
Options
Download
Email Patches
Plain Diff
increase memory allowed for APC, add phpize package to install script
parent
6cd3d448
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
install.sh
install.sh
+1
-1
php-d-fpm.ini
php-d-fpm.ini
+2
-1
No files found.
install.sh
View file @
94d4cc3e
...
...
@@ -64,7 +64,7 @@ systemctl enable mongod
yum
install
-y
MySQL-python python-sqlalchemy
# Install PHP
yum
install
-y
php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin
yum
install
-y
php php-fpm php-apc php-pdo php-mcrypt php-mbstring php-pecl-runkit phpmyadmin
phpize
# We install normal PHP *then* replace with php7 packages because phpmyadmin
# wants original PHP, by replacing with php7 after the phpMA package doesn't
...
...
This diff is collapsed.
Click to expand it.
php-d-fpm.ini
View file @
94d4cc3e
cgi.fix_pathinfo
=
0
cgi.fix_pathinfo
=
0
date.timezone
=
'UTC'
apc.shm_size
=
256M
This diff is collapsed.
Click to expand it.
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