Skip to content

Commit 7280f72

Browse files
committed
Add README.md
1 parent a0df479 commit 7280f72

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.

0 commit comments

Comments
 (0)