thepavankoushik-alphablog.herokuapp.com
ALPHABLOG is a platform where individuals or groups can share their thoughts, ideas, and experiences with the world through written content, known as blog posts. These posts can include text, images, and videos and are organized by date and often categorized by topic. This simple and clean AlphaBlog will have a minimalist design with easy navigation, allowing users to easily find and read blog posts. The website will also have features such as the ability to leave comments on posts and a search bar to help users find specific content. Overall, AlphaBlog is an accessible and user-friendly platform for individuals to share their thoughts and ideas with a wider audience.
git clone git@github.com:thepavankoushik/AlphaBlog.git
cd AlphaBlogruby -vThe ouput should start with something like ruby 2.5.1
If not, install the right ruby version using rbenv (it could take a while):
rbenv install 2.5.1bundle && yarnrails db:create db:migrate db:seedUsing Heroku CLI:
heroku git:remote -a project
heroku git:remote --remote heroku-staging -a project-stagingrails sPush to Heroku staging remote:
git push heroku-stagingGo to the Heroku Dashboard and promote the app to production or use Heroku CLI:
heroku pipelines:promote -a project-stagingPush to Heroku production remote:
git push heroku