Skip to content
Scott B. Wyatt edited this page Oct 11, 2015 · 2 revisions

#Using the Admin First thing you'll want to do as you pop the hood in Humpback is check out the admin section. First, cd into the folder that you cloned Humpback to, and then run sails lift. This will boot up Humpback, establish a user named Admin, handle a lot of grunt work, and write some permissions and settings. Next, you should use your new Admin account to login. Go to localhost:1337/admin and login (the default username and password is admin : admin123). Next, check out User Management or Content Management. Here you will see Humpback at work. To see how we made the admin work, just navigate inside the folder structure to assets/app/views/admin and this will give you tons of ideas of what you can do to make Humpback's frontend and backend work together.

TODO: Write some more Tutorials

Clone this wiki locally