Merge branch 'master' of github.com:akaunting/akaunting
This commit is contained in:
commit
8d50c8cedb
12
README.md
12
README.md
@ -23,13 +23,15 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* Install [Composer](https://getcomposer.org/download), [Npm](https://nodejs.org/en/download/)
|
* Install [Composer](https://getcomposer.org/download) and [Npm](https://nodejs.org/en/download/)
|
||||||
* Download the [repository](https://github.com/akaunting/akaunting/archive/master.zip) and unzip into your server
|
* Download the [repository](https://github.com/akaunting/akaunting/archive/master.zip) and unzip into your server
|
||||||
* Open and point your command line to the directory you unzipped Akaunting
|
* Open and point your command line to the directory you unzipped Akaunting
|
||||||
* Run the following command: `composer install`
|
* Run the following commands: `composer install` , `npm install` , `npm run dev`
|
||||||
* Run the following command: `npm install`
|
* Finally, launch the [web installer](https://akaunting.com/docs/installation) or run the following command:
|
||||||
* Run the following command: `npm run dev`
|
|
||||||
* Finally, launch the [installer](https://akaunting.com/docs/installation)
|
```bash
|
||||||
|
php artisan install --db-host="localhost" --db-name="my_db" --db-username="my_admin" --db-password="my_pass" --company-name="My Company" --company-email="my@company.com" --admin-email="my@company.com" --admin-password="123456"
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user