Installation Guide
cd project
mkdir my-wiki-project
cd my-wiki-project
git clone https://github.com/yarri/pidi-midi-wiki.git .
git submodule init
git submodule update
composer install
chmod 777 tmp log
Updating project name
./local_scripts/update_project_name
git add .
git commit -m "Project name updated"
Changing URL of the remote origin
git remote set-url origin git@example.com:my-repos/my-wiki-project.git
git push
Creating database
./scripts/create_database
Migrating the database schema
./scripts/migrate
Front-end Assets Installation
nvm use
npm install -g gulp
npm install
gulp && gulp admin
Starting the development server
./scripts/server
Now the application can be found at http://localhost:8000/