-
Notifications
You must be signed in to change notification settings - Fork 5
PHP 5.5.9, Ubuntu 14.04, Symfony 2.3.33, PHPUnit 4.8.13, install scripts #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Updated Apache Virtualhost configuration - Removed cache-fs and logs-fs ext4 configuration
… have a '.conf' extension
Removed pass by reference of the project files. Made the method look for the request fields `userId` & `projectId` instead of the txt files that were user until now.
@dastergon please take a look at the install scripts (Symfony & Apache), and if everything looks good, please assign @spiliot |
sudo rm -rf `pwd`/Symfony/app/cache/* | ||
sudo rm -rf `pwd`/Symfony/app/logs/* | ||
|
||
# Set access control for both apache and current user on cache and logs directories |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a fix in the indentation(check spaces/tabs) inside the condition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
@spiliot since you've already checked the compiler & eratosthenes services, could you please take a look at this PR too? |
…ercc/builder into php_5.5.9-ubuntu_trusty
@@ -4,8 +4,12 @@ set -e | |||
|
|||
PACKAGENAME=builder | |||
|
|||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict markers left inside the script
@spiliot @dastergon this should soon be ready. Please have a look at the |
PHP 5.5.9, Ubuntu 14.04, Symfony 2.3.33, PHPUnit 4.8.13, install scripts
ChangeLog
Merge process
library
parameter intolibrary_manager
(for some reason, this is on master branch but the parameter on production is still namedlibrary
)