lucky-blog
Vince's
This is a project written using Lucky. Enjoy!
Setting up the project
- Install required dependencies
- Update database settings in
config/database.cr
- Run
script/setup
- Run
lucky dev
to start the app
Deploying the project
- Make a build release
crystal build --release src/start_server.cr
- Load your posts
DATABASE_URL=postgresql://username:password@127.0.0.1/vinces_production crystal run tasks.cr -- load_posts -l fr -d content/fr/
- Build the assets
yarn prod
- Starts your server with
./start_server
You should definitively have a look at the official documentation to deploy the project.
Learning Lucky
Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.
Owner
github statistic
- 0
- 0
- 0
- 0
- 8 days ago
- September 22, 2020
License
Links
Synced at
Thu, 21 Jan 2021 09:07:46 GMT