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
- Host: GitHub
- URL: https://github.com/dataman-cloud/omega-god
- Owner: Dataman-Cloud
- Created: 2015-10-28T12:32:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-24T03:38:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-07T21:43:41.017Z (5 months ago)
- Language: Python
- Size: 202 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```