Last change
on this file since a55bb54 was 19cbec3, checked in by beratkjufliju <kufliju@…>, 3 years ago |
edited conflicts
|
-
Property mode
set to
100644
|
File size:
729 bytes
|
Rev | Line | |
---|
[ebb2a52] | 1 | # SaveSpace
|
---|
| 2 | Document management system in PHP
|
---|
[33439a5] | 3 |
|
---|
| 4 | ## Quick Start
|
---|
| 5 | 1. ``` git clone https://github.com/beratkjufliju/SaveSpace.git ```
|
---|
| 6 | 2. ``` cd SaveSpace ```
|
---|
| 7 | 3. ``` git checkout -b develop ```
|
---|
[19cbec3] | 8 | 4. ``` composer install ```
|
---|
| 9 | 5. ``` npm install ```
|
---|
| 10 | 6. ``` npm run production ```
|
---|
| 11 | 7. ``` cp .env.example .env ```
|
---|
| 12 | 8. ``` php artisan key:generate ```
|
---|
| 13 | 9. Create database and edit .env with your database credentials
|
---|
| 14 | 10. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
|
---|
| 15 | 11. ``` php artisan clear:all --ms ```
|
---|
| 16 | 12. ``` php artisan serve ```
|
---|
[33439a5] | 17 |
|
---|
| 18 | Then you can visit http://localhost:8000/auth/login
|
---|
| 19 |
|
---|
| 20 | #### Login Credentials:
|
---|
| 21 |
|
---|
| 22 | Username: ``` admin ```
|
---|
| 23 |
|
---|
| 24 | Password: ``` 123456 ```
|
---|
| 25 |
|
---|
[e2e83fc] | 26 | Verification code: ``` 1234 ``` |
---|
Note:
See
TracBrowser
for help on using the repository browser.