Skip to content

Commit

Permalink
Moved resources files into public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pensiero committed Oct 18, 2017
1 parent f020d07 commit aacc391
Show file tree
Hide file tree
Showing 92 changed files with 11 additions and 30 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ RUN sed -i "s/display_errors = .*/display_errors = On/" $PHP_INI && \
sed -i "s/display_startup_errors = .*/display_startup_errors = On/" $PHP_INI && \
sed -i "s/error_reporting = .*/error_reporting = E_ALL | E_STRICT/" $PHP_INI

# VirtualHost
COPY config/docker/apache-virtualhost.conf /etc/apache2/sites-available/000-default.conf

# Move to project path directory
WORKDIR $PROJECT_PATH

Expand Down
3 changes: 0 additions & 3 deletions Dockerfile_development
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ RUN sed -i "s/display_errors = .*/display_errors = On/" $PHP_INI && \
sed -i "s/display_startup_errors = .*/display_startup_errors = On/" $PHP_INI && \
sed -i "s/error_reporting = .*/error_reporting = E_ALL | E_STRICT/" $PHP_INI

# VirtualHost
COPY config/docker/apache-virtualhost.conf /etc/apache2/sites-available/000-default.conf

# Start services
CMD ["./config/docker/start/development.sh"]
14 changes: 0 additions & 14 deletions config/docker/apache-virtualhost.conf

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions public/bower_components
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
20 changes: 10 additions & 10 deletions index.php → public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<meta name="theme-color" content="#baecd8">
<meta name="msapplication-TileColor" content="#baecd8">
<meta name="device" content="desktop">
<meta property="og:image" content="http://www.oscarfanelli.com/images/share.jpg">
<meta itemprop="image" content="http://www.oscarfanelli.com/images/share.jpg">
<meta name="twitter:image" content="http://www.oscarfanelli.com/images/share.jpg">
<meta name="description" content="Informations, contacts and projects of Oscar Fanelli, creative and arrogant developer.">
<meta property="og:description" content="Informations, contacts and projects of Oscar Fanelli, eccentric and arrogant developer.">
<meta itemprop="description" content="Informations, contacts and projects of Oscar Fanelli, creative and arrogant developer.">
<meta name="twitter:description" content="Informations, contacts and projects of Oscar Fanelli, eccentric and arrogant developer.">
<meta property="og:url" content="http://www.oscarfanelli.com/">
<meta property="twitter:url" content="http://www.oscarfanelli.com/">
<meta property="og:image" content="https://www.oscarfanelli.com/images/share.jpg">
<meta itemprop="image" content="https://www.oscarfanelli.com/images/share.jpg">
<meta name="twitter:image" content="https://www.oscarfanelli.com/images/share.jpg">
<meta name="description" content="Contacts and projects of Oscar Fanelli, eccentric Engineering Manager.">
<meta property="og:description" content="Contacts and projects of Oscar Fanelli, eccentric Engineering Manager.">
<meta itemprop="description" content="Contacts and projects of Oscar Fanelli, eccentric Engineering Manager.">
<meta name="twitter:description" content="Contacts and projects of Oscar Fanelli, eccentric Engineering Manager.">
<meta property="og:url" content="https://www.oscarfanelli.com/">
<meta property="twitter:url" content="https://www.oscarfanelli.com/">
<meta property="og:title" content="Oscar Fanelli">
<meta itemprop="name" content="Oscar Fanelli">
<meta name="twitter:title" content="Oscar Fanelli">
Expand All @@ -32,7 +32,7 @@
<link href="https://plus.google.com/+OscarFanelli" rel="publisher">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href="/css/css.min.css" media="screen" rel="stylesheet" type="text/css">
<link href="http://www.oscarfanelli.com/" rel="canonical">
<link href="https://www.oscarfanelli.com/" rel="canonical">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added public/robots.txt
Empty file.

0 comments on commit aacc391

Please sign in to comment.