@
with your droplet's IP address:root
username. Because this will be first connection to unknown server, you will be asked if you are sure. Confirm by entering yes
and pressing enter:apt-get update
apt-get upgrade
apt-get dist-upgrade
do-release-upgrade
cd misago_docker
command to enter directory containing our Misago site. You can "look around" the directory you are currently in using ls
command:LICENSE
, appctl
, backups
, logs
, and more. Your list may be different depending on changes happening in new Misago versions.appctl
../appctl
. This will result in list of available options being displayed:setup
option to setup new Misago site. To use option, run ./appctl
followed with option's name:Note: You may remember that in domain guide we have created two records for our domain: one without "www" and other with. Enter either of those. Misago will create 301 redirection from other domain to make sure there are no duplicate-content problems with links to your site.
Note: You can always change your answers later using dedicated option in./appctl
.
yourdomain.com/admincp/
in your browser and log in to admin control panel to setup site name, categories and such.