Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Odania-IT/docker-seopanel
https://github.com/Odania-IT/docker-seopanel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Odania-IT/docker-seopanel
- Owner: Odania-IT
- Archived: true
- Created: 2017-07-24T20:08:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T15:58:40.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T15:47:09.284Z (7 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-seopanel
SeoPanel Docker Version. You should extend the Docker Image with your config after first install.
## Example
Just execute
```
docker-compose up -d
```Afterwords goto http://lvh.me:8080 and follow the install wizard with these settings:
```
Database type: Mysql
Database server hostname: mariadb
Database name: seopanel
Database username: root
Database password: testpw
```For the next startup you can modify the docker-compose.yml and change SP_INSTALLED from false to true.
### Why is the config in environment files but i still need to make the initial setup?
Unfortunately i did not find an easy way to execute the setup. So the database migration is missing.