An open API service indexing awesome lists of open source software.

https://github.com/dataman-cloud/omega-god

omega admin platform
https://github.com/dataman-cloud/omega-god

Last synced: 4 months ago
JSON representation

omega admin platform

Awesome Lists containing this project

README

        

# omega-god
omega admin platform

## Setup

Clone the omega-god repo
```
# git clone [email protected]:Dataman-Cloud/omega-god.git
```

Start the containers
```
# make init
```

Create the database omega-god and omega
```
# make create-db
```

Migrate the database omega-god and import the testing data in database omega
```
# make init-db
```

Rerstart the omega-god after the database is ready
```
# make restart-god
```

## Clean up the ENV
```
# make cleanup
```