JOJO is wordpress theme, you can enable it manage and show you company job offer
Tips: Create a new website to deploy this system.
- Install WordPress and deploy it;
- Download "JOJO" theme and "WPJAM Basic" plugin;
- Upload "JOJO" in you WordPress "Themes" folder;
- Upload "WPJAM Basic" in you WordPress "Plugins" folder;
- Go to your Wordpress dashboard and go "Plugins" menu select "WPJAM Basic" plugin;
- Go "Theme" menu select "JOJO" theme;
- Go "Job" > "Job Taxonomy" menu and click "init" in page header;
- Go "Theme" > "JOJO" config something;
- Go "Job" menu insert you job offer;
- Done!
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:
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.