Getting Started
How to run Hikeshi for the first time.
The Database
Start it up
docker run --name db -e \
POSTGRES_USER=hikeshi \
POSTGRES_DATABASE=hikeshi_development \
POSTGRES_PASSWORD=postgres \
--ports 1234:5432
-d postgresScaffolding
hikeshi migrate
hikeshi task db:seed:usersThe Application
Start it up
Success!
Last updated