File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ # Getting Started with Laravel on Deckrun
2+
3+ This is an example of a Laravel application that uses Deckrun to build and deploy it.
4+
5+ ## Prerequisites
6+
7+ - Deckrun CLI installed and set up
8+ - Docker installed
9+ - A Cluster created on Deckrun
10+
11+ ## Deploy the Application
12+
13+ ### 1. Clone this repository
14+
15+ ``` bash
16+ git clone
[email protected] :deckrun/laravel-getting-started.git
17+ ```
18+
19+ ### 2. Change into the project directory
20+
21+ ``` bash
22+ cd laravel-getting-started
23+ ```
24+
25+ ### 3. Create a New App on Deckrun
26+
27+ ``` bash
28+ deck init
29+ ```
30+
31+ ### 4. Create and Link a MySQL Database
32+
33+ ``` bash
34+ deck service create
35+ ```
36+
37+ ### 5. Deploy the application
38+
39+ ``` bash
40+ deck deploy
41+ ```
42+
43+ ### 6. Open the application in your browser
44+
45+ Use the URL provided in the output of the ` deck deploy ` command.
You can’t perform that action at this time.
0 commit comments