Setup Development Environment
Prerequisites
1. Setup iviva Framework
# Clone framework
git clone http://source.iviva.com/dinesh/iviva-net-core
cd iviva-net-core
git checkout v5-design-changes
# Build framework
cd iviva-net-core
dotnet publish -o ../build
# Run ivivaweb
cd ../build
dotnet ivivaweb.dll2. Setup Apps Repository
3. Enable V5 Apps
4. Verify Framework Setup
Next Steps
Last updated