Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lyrasoft/authman-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed May 20, 2024
2 parents 0c3f2f1 + 2403f9d commit eb6a2e7
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,4 @@
# LYRASOFT EVA
# Authman Server

<div align="center">
<img src="https://user-images.githubusercontent.com/1639206/142924046-eb7a1438-4987-4f13-ab73-fde2108a7c1e.jpg">
</div>

## Installation Via Composer

``` bash
composer create-project lyrasoft/eva your_project
```

## Prepare System

Type this command in your terminal to deploy system and run migration for production environment:

``` bash
php windwalker run prepare
```

If you want to set prepare to dev mode, you can use this command in your terminal to run assets sync, migrations and seeders:

``` bash
php windwalker run preparedev
```

## Getting Started

Open `http://{Your project root}/www/admin`, you will see the sample page.

Open `http://{Your project root}/www/dev.php`, you will enter the development mode.
Please see: https://github.com/simular/authman-app

0 comments on commit eb6a2e7

Please sign in to comment.