# Install Theme

### Install in Localhost

We recommend using MAMP PRO (<https://www.mamp.info/en/>) instead of Xampp to create a development environment. With MAMP,  you can easy to add/manage virtual domains like cms.local

**Step 1:** Unzip the downloaded package from CodeCanyon. Find the folder **golo\_lara\_core** and inside it find the file **golo\_1.1.x.zip**

**Step 2:** Copy **golo\_1.1.x.zip** to "htdocs" folder and **Unzip** the file.

**Step 3:** Create a database in PHPMyAdmin and import database file (for example: **golo-*****city-*****guide-1.2.0,...**) in the folder "sql\_database\_file" of package.

**Step 4:** Open the file ".env"  in the code folder and edit with:&#x20;

{% hint style="info" %}
This is a hidden file, you must show the hidden files first.
{% endhint %}

`DB_DATABASE="your database name"`\
`DB_USERNAME="user name database"`\
`DB_PASSWORD="password database"`

**Step 5:**   Open terminal, `cd` to your "golo\_lara" folder in htdocs and run command `php artisan serve`

**Step 6:** Finally, Open Browser and type the link [http://localhost:8000\&#x20](https://uxper.gitbook.io/lara-golo/getting-started-1/http:/localhost:8000\&#x20);

### Install to VPS or Hosting&#x20;

**Step 1:** Unzip the downloaded package from CodeCanyon. Find the folder **golo\_lara\_core** and inside it find the file **golo\_1.1.x.zip**

**Step 2:** Upload **golo\_1.1.x.zip** to your hosting and **Unzip** the file.

**Step: 3:** Create a database in PHPMyAdmin of your VPS or hosting and import the database file **golo\_database.sql** in the folder "sql\_database\_file" of package.

**Step 4:** Open the file ".env"  in the code folder and edit with:&#x20;

{% hint style="info" %}
This is a hidden file, you must show the hidden files first.
{% endhint %}

`APP_URL="your domain"`\
`DB_DATABASE="your database name"`\
`DB_USERNAME="user name database"`\
`DB_PASSWORD="password database"`

{% hint style="info" %}
*Note: **APP\_URL** has no slash at the end*&#x20;

*Ex:* `APP_URL="https://lara.getgolo.com"`
{% endhint %}

**Step 5:** Finally. Open Browser and  typing **your domain**&#x20;

**Step 6:** Login to **Admin:** yourwebsite.com/admincp

and Run URL: yourwebsite.com/admincp/upgrade-to-v119

{% hint style="info" %}
Admin account default: \
**Email**: <lara@getgolo.com> / **Pass**: lara\@golo
{% endhint %}

&#x20;

### Goodluck :)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://uxper.gitbook.io/lara-golo/getting-started-1/step-2-install-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
