https://github.com/kvnzero/jojo
JOJO - manage and show company job offer by wordpress theme
https://github.com/kvnzero/jojo
wordpress wordpress-theme
Last synced: 2 months ago
JSON representation
JOJO - manage and show company job offer by wordpress theme
- Host: GitHub
- URL: https://github.com/kvnzero/jojo
- Owner: kvnZero
- Created: 2024-10-08T10:51:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:53:20.000Z (over 1 year ago)
- Last Synced: 2024-10-25T00:21:46.374Z (over 1 year ago)
- Topics: wordpress, wordpress-theme
- Language: PHP
- Homepage:
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JOJO
JOJO is wordpress theme, you can enable it manage and show you company job offer
### [Project Demo](http://jojo.abigeater.com)
## How To Install
> Tips: Create a new website to deploy this system.
1. Install WordPress and deploy it;
2. Download "JOJO" theme and "WPJAM Basic" plugin;
3. Upload "JOJO" in you WordPress "Themes" folder;
4. Upload "WPJAM Basic" in you WordPress "Plugins" folder;
5. Go to your Wordpress dashboard and go "Plugins" menu select "WPJAM Basic" plugin;
6. Go "Theme" menu select "JOJO" theme;
7. Go "Job" > "Job Taxonomy" menu and click "init" in page header;
8. Go "Theme" > "JOJO" config something;
9. Go "Job" menu insert you job offer;
10. Done!
### Fast Preview In You Local For Docker
I ready a dockerfile for you, you can use it fast deploy a wordpress system, in build time it download require plugin and opcache/memcached config (there will reduced response time).
Now, you can open terminal and run:
```shell
git clone git@github.com:kvnZero/JOJO.git
cd JOJO
docker build -t jojo:dev .
docker run -name jojo -p 8080:80 jojo:dev
```
And you can open http://localhost:8080 to wordpress and install it.