This is a blog dedicated to the entrylvl, feel free to use any of the code, but the logo and the images we reserve all the rights.
Go to /dashboard'`` them you will be redirected to a login page. You can use the a default creadentials if you ran
db:setupor
db:seed. Go to the
Run` to further details.
Because we are IT people, it never perfect or enough other solution. Also we like to code. So there is that.
For now we are not looking for new writters, maybe in the future. 👀
You will need Ruby >= 2.4.0 and PostgreSQL >= 9.5.
$ gem install bundle
$ bundle install
$ bundle exec rake db:create # make sure postgresql is running
$ bundle exec rake db:migrate
$ bundle exec rake db:seed
$ bundle exec rails server
The db:setup
utilize db:schema:load
and since we are using custom types from postgres and ActiveRecord does not support on the schema.rb, the command fail to create the posts table. You need to run all the migrations, and that why we are not using db:setup
.
Two articles and a user will be created to help through development.
# User credentials
email: [email protected]
password: 123456
You can contribute by getting an issue and sending a PR. Please be clear with your intentions on the issue so everyone have the same expectations.