Skip to content

mirkoheinold/build-ze17ung

 
 

Repository files navigation

build-zeitung

A Symfony project created on May 10, 2017, 10:15 pm.

composer install
npm install
gulp --production
#create .env file with MEETUP_API_KEY=...
bin/console server:start

Deploy

needs heroku toolbelt https://devcenter.heroku.com/articles/getting-started-with-php#set-up

heroku create #if new
heroku buildpacks:set heroku/nodejs
heroku buildpacks:set heroku/php --index 2

heroku config:set SYMFONY_ENV=prod
heroku config:set MEETUP_API_KEY=...

heroku git:remote --app (app)
git push heroku master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.8%
  • JavaScript 14.6%
  • ApacheConf 4.3%
  • HTML 3.2%
  • CSS 0.1%