readme
This commit is contained in:
parent
7e91491145
commit
7bcfe93cda
15
README.md
15
README.md
@ -5,10 +5,10 @@
|
|||||||
Akaunting is a free, open source and online accounting software designed for small businesses and freelancers. It is built with modern technologies such as Laravel, VueJS, Bootstrap 4, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.
|
Akaunting is a free, open source and online accounting software designed for small businesses and freelancers. It is built with modern technologies such as Laravel, VueJS, Bootstrap 4, RESTful API etc. Thanks to its modular structure, Akaunting provides an awesome App Store for users and developers.
|
||||||
|
|
||||||
* [Home](https://akaunting.com) - The house of Akaunting
|
* [Home](https://akaunting.com) - The house of Akaunting
|
||||||
* [Blog](https://akaunting.com/blog) - Get the latest news
|
|
||||||
* [Forum](https://akaunting.com/forum) - Ask for support
|
* [Forum](https://akaunting.com/forum) - Ask for support
|
||||||
* [Documentation](https://akaunting.com/docs) - Learn how to use
|
* [Documentation](https://akaunting.com/docs) - Learn how to use and develop
|
||||||
* [Translations](https://crowdin.com/project/akaunting) - Akaunting in your language
|
* [App Store](https://akaunting.com/apps) - Extend your Akaunting
|
||||||
|
* [Translations](https://crowdin.com/project/akaunting) - Help us translate Akaunting
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -23,11 +23,10 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* Install [Composer](https://getcomposer.org/download) and [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
|
* Clone the repository: `git clone https://github.com/akaunting/akaunting.git`
|
||||||
* Open and point your command line to the directory you unzipped Akaunting
|
* Install dependencies: `composer install ; npm install ; npm run dev`
|
||||||
* Run the following commands: `composer install` , `npm install` , `npm run dev`
|
* Install Akaunting:
|
||||||
* Finally, launch the [web installer](https://akaunting.com/docs/installation) or run the following command:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="admin@company.com" --admin-password="123456"
|
php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="admin@company.com" --admin-password="123456"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user