Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

avcat/ideals-weeknds

Repository files navigation

iDeals test task

Get files

Requires: Git, Composer, Docker, Docker Compose.

  1. Clone the repo into folder:

    $ git clone https://github.com/ArkadiiVodolazskyi/ideals-weeknds.git <path/to/folder>

  2. Install Wordpress plugins, unzip Wordpress uploads folder, unzip database:

    $ composer install

  3. Download and install the enviroment to run Wordpress: Wordpress core, MySQL, phpMyAdmin:

    $ docker-compose up -d


Import database and login into the site

  1. Open phpMyAdmin.

  2. Log in to phpMyAdmin:

    Username: wordpress

    Password: wordpress

  3. Import contentful database from db/wordpress.sql intro wordpress database:

    wordpress - Import - Browse - db/wordpress.sql - Import.

  4. Log into site admin panel:

    Username or Email Address: ideals

    Password: ideals


Build and watch assets

Requires: NodeJS, NPM.

  1. Install dependencies to run Node plugins:

    $ npm install

  2. Compile source files and put into theme folder:

    $ npm run build

    or start watching assets source files to develop.

    $ npm run dev