File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
before_script :
16
16
# - mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;" mysql
17
17
# - sudo service mysql restart
18
+ - sudo chmod +x Scripts/install.sh
18
19
- Scripts/install.sh
19
20
- cd /opt/codebender/builder/Symfony
20
21
- sudo chmod -R 777 app/cache app/logs
Original file line number Diff line number Diff line change 38
38
HTTPDUSER=` ps aux | grep -E ' [a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1`
39
39
40
40
sudo mkdir -p /opt/codebender
41
- sudo cp -r ` pwd ` /opt/codebender/$PACKAGENAME
41
+ sudo cp -r . /opt/codebender/$PACKAGENAME
42
42
sudo chown -R ` whoami` :$HTTPDUSER /opt/codebender/$PACKAGENAME
43
43
cd /opt/codebender/$PACKAGENAME
44
44
You can’t perform that action at this time.
0 commit comments