소스 검색

Add readme.md

Ernesto Blanco 3 년 전
부모
커밋
0b638b36e5
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      readme.md

+ 9 - 0
readme.md

@@ -0,0 +1,9 @@
+# PHP Heroku Skeleton
+
+## Installation
+
+1. Clone the repo: ``git clone https://coditlan.com/bc_ernesto/php-heroku-skeleton.git``
+2. Create heroku app: ``heroku create myapp``
+3. Push the files: ``git push -u heroku master``
+4. Open the browser: ``heroku open``
+5. Enjoy!