Happy !
TorstenBergmann / Nucleus
About Nucleus
Nucleus for Seaside
Project info
The "Nucleus for Seaside" project is a Seaside framework to easily create Seaside applications.
Project location
The project is located on STHub at http://smalltalkhub.com/#!/~TorstenBergmann/Nucleus
License
The Nucleus code is under MIT License.
Installation
To install just open the Pharo configuration browser and load "Nucleus" from there. This will install Seaside, Bootstrap for Seaside, FontAwesome wrapper, Gravatar, UserManagement, ...
Alternatively to install the packages manually into your Pharo image just evaluate:
Gofer new
url: 'http://smalltalkhub.com/mc/TorstenBergmann/Nucleus/main';
package: 'ConfigurationOfNucleus';
load.
((Smalltalk at: #ConfigurationOfNucleus) project stableVersion) load.
Run locally
Start the web server for Seaside:
NUCServer start
to stop
NUCServer stop
to browse
NUCServer browse
