Skip to content

Commit

Permalink
Modifying directory structure on instance #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tilaks26 committed Jan 28, 2017
1 parent 8f8dd84 commit 9c5b97f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/before-install.sh
Expand Up @@ -4,9 +4,6 @@ mkdir /home/ec2-user/laravel-portal/
echo 'Update OS'
sudo yum -y update

echo 'Installing git version control'
sudo yum install -y git-all.noarch

echo 'Install aws-cli'
sudo yum install -y aws-cli

Expand Down
3 changes: 3 additions & 0 deletions scripts/install.sh
@@ -1,5 +1,8 @@
echo 'Deploying Laravel Portal'
cd /home/ec2-user/laravel-portal

echo 'Move files to laravel-portal'
sudo mv app composer.json composer.lock gulpfile.js package.json routes tests appspec.yml install phpunit.xml scripts artisan config public server.php bootstrap database LICENSE resources storage laravel-portal/

echo 'Run Laravel'
php -S localhost:4000

0 comments on commit 9c5b97f

Please sign in to comment.